summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lua_core.h')
-rw-r--r--include/lua_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h
index 58b84d2..228c4c0 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -5,6 +5,7 @@ int luaTraceback( lua_State *L );
bool luaCallMain();
void luaCallProcess();
void luaCallDraw();
+void luaCallExit();
void luaRegister();
/* Lua Util functions */
Color uluaGetColor( lua_State *L );