diff options
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h index 04924bc..972214e 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -1,5 +1,8 @@ #pragma once +void defineGlobals(); +void logCustom( int logLevel, const char *text, va_list args ); + bool luaInit(); int luaTraceback( lua_State *L ); bool luaCallMain(); |
