summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2013-05-04 13:42:23 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2013-05-04 13:42:23 (GMT)
commitcab667001dd1944cae646349430b969912c0b157 (patch)
tree53a425ae892e4f7f643822abdf1bb26449a443a0 /src/cat/LuaScriptHelper.h
parentdd0f5f5efb4f108c2ce329a2ceabc7d8fa2b63f8 (diff)
parent630216c2531545c232edb45d3054c903c2c205c4 (diff)
downloadpowder-cab667001dd1944cae646349430b969912c0b157.zip
powder-cab667001dd1944cae646349430b969912c0b157.tar.gz
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
Diffstat (limited to 'src/cat/LuaScriptHelper.h')
-rw-r--r--src/cat/LuaScriptHelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/LuaScriptHelper.h b/src/cat/LuaScriptHelper.h
index fde1eb4..d1679a6 100644
--- a/src/cat/LuaScriptHelper.h
+++ b/src/cat/LuaScriptHelper.h
@@ -9,6 +9,7 @@ extern Graphics * luacon_g;
extern Renderer * luacon_ren;
extern bool *luacon_currentCommand;
+extern int luaL_tostring(lua_State* l, int n);
extern std::string *luacon_lastError;
extern int *lua_el_func, *lua_el_mode, *lua_gr_func;