mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-28 15:34:58 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "ConsoleInputSource.h"
|
||||
using namespace std;
|
||||
|
||||
class ConsoleInput
|
||||
{
|
||||
public:
|
||||
wstring msg;
|
||||
ConsoleInputSource *source;
|
||||
|
||||
ConsoleInput(const wstring& msg, ConsoleInputSource *source);
|
||||
};
|
||||
Reference in New Issue
Block a user