From 9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 11 Jun 2022 22:13:59 +0300 Subject: Rest of the core misc functions. --- include/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index e433ae8..7f1be5e 100644 --- a/include/core.h +++ b/include/core.h @@ -38,7 +38,10 @@ int lcoreSetTargetFPS( lua_State *L ); int lcoreGetFrameTime( lua_State *L ); int lcoreGetTime( lua_State *L ); /* Misc. */ +int lcoreTakeScreenshot( lua_State *L ); +int lcoreSetConfigFlags( lua_State *L ); int lcoreTraceLog( lua_State *L ); +int lcoreSetTraceLogLevel( lua_State *L ); int lcoreOpenURL( lua_State *L ); /* Cursor. */ int lcoreShowCursor( lua_State *L ); -- cgit v1.2.3