diff options
| author | jussi | 2022-03-25 22:31:59 +0200 |
|---|---|---|
| committer | jussi | 2022-03-25 22:31:59 +0200 |
| commit | 6d1c14e09cb7c7a5657374e8d102fd5bb48d0b73 (patch) | |
| tree | ea890671a6737ca727b4895107624f886677811e /include/core.h | |
| parent | 55ad8773ec7c857a51dbed8e9e9eea16515b6d02 (diff) | |
| download | reilua-enhanced-6d1c14e09cb7c7a5657374e8d102fd5bb48d0b73.tar.gz reilua-enhanced-6d1c14e09cb7c7a5657374e8d102fd5bb48d0b73.tar.bz2 reilua-enhanced-6d1c14e09cb7c7a5657374e8d102fd5bb48d0b73.zip | |
More raygui functions and updated to raygui v3.2-dev.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h index cead79f..0602300 100644 --- a/include/core.h +++ b/include/core.h @@ -16,6 +16,7 @@ int lcoreClearWindowState( lua_State *L ); int lcoreIsWindowResized( lua_State *L ); int lcoreSetWindowIcon( lua_State *L ); int lcoreSetWindowTitle( lua_State *L ); +int lcoreGetMonitorCount( lua_State *L ); int lcoreCloseWindow( lua_State *L ); /* Timing. */ int lcoreSetTargetFPS( lua_State *L ); |
