scripting.h fix + input library
This commit is contained in:
@@ -67,6 +67,7 @@ namespace lua {
|
||||
int createEnvironment(int parent);
|
||||
void removeEnvironment(int id);
|
||||
const std::string storeAnonymous();
|
||||
bool emit_event(const std::string& name, std::function<int(lua::LuaState*)> args=[](auto*){return 0;});
|
||||
|
||||
void dumpStack();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user