From c3352b8ed7becfef5a175f763241d77afdf24b02 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 11 Oct 2023 15:19:54 +0300 Subject: isValidRenderTexture fix. --- include/lua_core.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/lua_core.h') 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(); -- cgit v1.2.3