diff options
| author | jacob1 <jfu614@gmail.com> | 2013-04-26 23:01:32 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-04-26 23:01:32 (GMT) |
| commit | 99d790b177784a9cde9338a2f960061d7b62f9c6 (patch) | |
| tree | 2e7b3fb284d670d528b055c86b45315c47503fd5 /src/cat/LuaScriptHelper.h | |
| parent | b0028dd55cdc694489e4383f75bb05824c4b7269 (diff) | |
| parent | bfe00dc1f318aed693130e384ae0c3da147c5798 (diff) | |
| download | powder-99d790b177784a9cde9338a2f960061d7b62f9c6.zip powder-99d790b177784a9cde9338a2f960061d7b62f9c6.tar.gz | |
Merge branch 'lua' of https://github.com/mniip/The-Powder-Toy
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 |
