summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2023-11-29 19:52:47 +0200
committerjussi2023-11-29 19:52:47 +0200
commit8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (patch)
tree1ec267213ed205af75fcc02c46f45c05e01fa7bb /include
parent4ff1b1dcb9f52a2642feabda38c8c135aac6c599 (diff)
downloadreilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.tar.gz
reilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.tar.bz2
reilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.zip
Platform web.
Diffstat (limited to 'include')
-rw-r--r--include/lua_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h
index 6c81aaa..b1bc016 100644
--- a/include/lua_core.h
+++ b/include/lua_core.h
@@ -31,6 +31,8 @@ void luaCallProcess();
void luaCallDraw();
void luaCallExit();
void luaRegister();
+void platformDefineGlobals();
+void luaPlatformRegister();
/* Lua get types. */
bool uluaGetBoolean( lua_State *L, int index );
Color uluaGetColor( lua_State *L, int index );