server input

This commit is contained in:
Anonymous275
2020-10-31 14:55:00 +02:00
parent 71a84b4f1b
commit 3bdc75b0c0
9 changed files with 231 additions and 16 deletions

View File

@@ -49,11 +49,13 @@ public:
void SetLastWrite(fs::file_time_type time);
bool IsRegistered(const std::string&Event);
void SetPluginName(const std::string&Name);
void Execute(const std::string& Command);
void SetFileName(const std::string&Name);
fs::file_time_type GetLastWrite();
std::string GetPluginName();
std::string GetFileName();
bool StopThread = false;
bool Console = false;
lua_State* GetState();
char* GetOrigin();
std::mutex Lock;