diff options
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 ); |
