summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
diff options
context:
space:
mode:
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;