From 5438a70b0a5aac72c071c90650b509cf46e557cb Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 4 Aug 2023 22:21:40 +0300 Subject: logLevelInvalid for bad function calls and invalid data formats. --- include/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 436bd9b..bfedf81 100644 --- a/include/core.h +++ b/include/core.h @@ -43,6 +43,8 @@ int lcoreTakeScreenshot( lua_State *L ); int lcoreSetConfigFlags( lua_State *L ); int lcoreTraceLog( lua_State *L ); int lcoreSetTraceLogLevel( lua_State *L ); +int lcoreSetLogLevelInvalid( lua_State *L ); +int lcoreGetLogLevelInvalid( lua_State *L ); int lcoreOpenURL( lua_State *L ); /* Cursor. */ int lcoreShowCursor( lua_State *L ); -- cgit v1.2.3