From 8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 29 Nov 2023 19:52:47 +0200 Subject: Platform web. --- include/lua_core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/lua_core.h') 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 ); -- cgit v1.2.3