From 6d1c14e09cb7c7a5657374e8d102fd5bb48d0b73 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 25 Mar 2022 22:31:59 +0200 Subject: More raygui functions and updated to raygui v3.2-dev. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core.h') 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 ); -- cgit v1.2.3