summaryrefslogtreecommitdiff
path: root/src/cat/LuaScriptHelper.h
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2013-05-02 21:54:21 (GMT)
committer mniip <mniip@mniip.com>2013-05-02 21:54:21 (GMT)
commit0233d8db466c6ef402e5008671cfa6555a2d896d (patch)
treeded1ec69a347315d7d09833334341599058be8cd /src/cat/LuaScriptHelper.h
parentd8023d21cd8240d4aedc9d63a0e1cd056b15c919 (diff)
downloadpowder-0233d8db466c6ef402e5008671cfa6555a2d896d.zip
powder-0233d8db466c6ef402e5008671cfa6555a2d896d.tar.gz
print returned values; implicit return in console; console source
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;