fully implement lua

This commit is contained in:
Lion Kortlepel
2021-02-16 12:03:23 +01:00
committed by Anonymous275
parent 459814a6ec
commit 4cda6e8bc3
12 changed files with 252 additions and 234 deletions

View File

@@ -11,6 +11,5 @@ public:
void Write(const std::string& str);
private:
Commandline _Commandline;
Commandline mCommandline;
};