diff options
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
| -rw-r--r-- | src/cat/LuaScriptHelper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cat/LuaScriptHelper.h b/src/cat/LuaScriptHelper.h index a9aa02d..b5b885d 100644 --- a/src/cat/LuaScriptHelper.h +++ b/src/cat/LuaScriptHelper.h @@ -13,6 +13,9 @@ Simulation * luacon_sim; LuaScriptInterface * luacon_ci; Graphics * luacon_g; +bool *luacon_currentCommand; +string *luacon_lastError; + int *lua_el_func, *lua_el_mode; int getPartIndex_curIdx; |
