diff options
| author | mniip <mniip@mniip.com> | 2013-04-26 21:25:18 (GMT) |
|---|---|---|
| committer | mniip <mniip@mniip.com> | 2013-04-26 21:25:18 (GMT) |
| commit | a1cdef4c901b7e115a2c883594f28f80f7bb1ab0 (patch) | |
| tree | a8408957ad547954cde2ea0bfdfc207aae535847 /src/cat/LuaScriptHelper.h | |
| parent | 9f7d45f8fd663a043c5eee26583372d51440d6ff (diff) | |
| download | powder-a1cdef4c901b7e115a2c883594f28f80f7bb1ab0.zip powder-a1cdef4c901b7e115a2c883594f28f80f7bb1ab0.tar.gz | |
a major rewrite of event registration, it's fully compatible, yet has new advantages
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
| -rw-r--r-- | src/cat/LuaScriptHelper.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cat/LuaScriptHelper.h b/src/cat/LuaScriptHelper.h index 860d919..fde1eb4 100644 --- a/src/cat/LuaScriptHelper.h +++ b/src/cat/LuaScriptHelper.h @@ -14,11 +14,6 @@ extern std::string *luacon_lastError; extern int *lua_el_func, *lua_el_mode, *lua_gr_func; extern int getPartIndex_curIdx; -extern int step_functions[6];//[6] = {0, 0, 0, 0, 0, 0}; -extern int keypress_function_count;// = 0; -extern int *keypress_functions;// = NULL; -extern int mouseclick_function_count;// = 0; -extern int *mouseclick_functions;// = NULL; extern int tptProperties; //Table for some TPT properties extern int tptPropertiesVersion; extern int tptElements; //Table for TPT element names |
