0.20 development start

This commit is contained in:
MihailRis
2024-02-22 10:44:03 +03:00
parent 6c7497eee6
commit 6b17e33b76
7 changed files with 51 additions and 7 deletions
+3 -1
View File
@@ -21,6 +21,9 @@ namespace lua {
void logError(const std::string& text);
void initEnvironment();
void removeLibFuncs(const char* libname, const char* funcs[]);
void createLibs();
public:
LuaState();
~LuaState();
@@ -55,7 +58,6 @@ namespace lua {
bool hasglobal(const std::string& name);
bool rename(const std::string& from, const std::string& to);
void remove(const std::string& name);;
void createFuncs();
int createEnvironment(int parent);
void removeEnvironment(int id);
const std::string storeAnonymous();