summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-04-04 20:47:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-04-04 20:47:58 (GMT)
commitea51cde1f07d2a63f824e78c44adad0993115853 (patch)
treea6afee4bafb5de2f91caf1235351b7cc6fc2e606 /src/cat/LuaScriptHelper.h
parent89cdeef9ad9c164e9f484cded3096bcbc72b7207 (diff)
downloadpowder-ea51cde1f07d2a63f824e78c44adad0993115853.zip
powder-ea51cde1f07d2a63f824e78c44adad0993115853.tar.gz
Change brush size with [ and ] keys, change order of drawing for Lua, Fix print and tpt.log so they log to the console when it is open
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
-rw-r--r--src/cat/LuaScriptHelper.h3
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;