diff options
| author | jussi | 2022-06-11 22:13:59 +0300 |
|---|---|---|
| committer | jussi | 2022-06-11 22:13:59 +0300 |
| commit | 9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a (patch) | |
| tree | 1f9f4a4fa4c541fbd664612a431cf2d7c1fe1651 /include | |
| parent | 403e59a0b0f1e054181eb212b89ed020d82a02e5 (diff) | |
| download | reilua-enhanced-9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a.tar.gz reilua-enhanced-9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a.tar.bz2 reilua-enhanced-9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a.zip | |
Rest of the core misc functions.
Diffstat (limited to 'include')
| -rw-r--r-- | include/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 ); |
