diff options
| author | jussi | 2023-10-11 15:19:54 +0300 |
|---|---|---|
| committer | jussi | 2023-10-11 15:19:54 +0300 |
| commit | c3352b8ed7becfef5a175f763241d77afdf24b02 (patch) | |
| tree | a1755b6b513c165361dbf7cd5ccfffffd62fa2f1 /include/lua_core.h | |
| parent | 8311dfd354f136333a6fc5084ef2f7a637339959 (diff) | |
| download | reilua-enhanced-c3352b8ed7becfef5a175f763241d77afdf24b02.tar.gz reilua-enhanced-c3352b8ed7becfef5a175f763241d77afdf24b02.tar.bz2 reilua-enhanced-c3352b8ed7becfef5a175f763241d77afdf24b02.zip | |
isValidRenderTexture fix.
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/lua_core.h b/include/lua_core.h index ed354b8..2285ca4 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -14,9 +14,6 @@ enum EventType { EVENT_CURSOR_ENTER }; -void defineGlobals(); -void logCustom( int logLevel, const char *text, va_list args ); - bool luaInit(); int luaTraceback( lua_State *L ); bool luaCallMain(); |
