diff options
| author | jussi | 2023-11-29 19:52:47 +0200 |
|---|---|---|
| committer | jussi | 2023-11-29 19:52:47 +0200 |
| commit | 8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5 (patch) | |
| tree | 1ec267213ed205af75fcc02c46f45c05e01fa7bb /include/lua_core.h | |
| parent | 4ff1b1dcb9f52a2642feabda38c8c135aac6c599 (diff) | |
| download | reilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.tar.gz reilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.tar.bz2 reilua-enhanced-8882d2ff2c4c77c08a5c5b0931a70ff906ecbdb5.zip | |
Platform web.
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 2 |
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 ); |
