fix lua error handling

This commit is contained in:
milek7
2019-02-19 20:29:02 +01:00
parent 01ff1cc217
commit 32e79f7b06
3 changed files with 13 additions and 6 deletions

1
lua.h
View File

@@ -15,6 +15,7 @@ public:
lua();
~lua();
std::string get_error();
void interpret(std::string file);
typedef void (*eventhandler_t)(basic_event*, const TDynamicObject*);