summaryrefslogtreecommitdiff
path: root/include/lua_core.h
diff options
context:
space:
mode:
authorjussi2023-10-11 15:19:54 +0300
committerjussi2023-10-11 15:19:54 +0300
commitc3352b8ed7becfef5a175f763241d77afdf24b02 (patch)
treea1755b6b513c165361dbf7cd5ccfffffd62fa2f1 /include/lua_core.h
parent8311dfd354f136333a6fc5084ef2f7a637339959 (diff)
downloadreilua-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.h3
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();