This commit is contained in:
str1k3r
2026-07-09 04:15:40 -04:00
commit 6a777d54df
5376 changed files with 978510 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "stdafx.h"
#include "ConsoleInput.h"
ConsoleInput::ConsoleInput(const wstring& msg, ConsoleInputSource *source)
{
this->msg = msg;
this->source = source;
}