From 9df23e32b02167dd41c8b5c25b852717163dfeda Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Feb 2023 01:10:03 +0200 Subject: RL_GetWindowSize renamed to RL_GetScreenSize. --- include/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 3c2cb65..5c60894 100644 --- a/include/core.h +++ b/include/core.h @@ -17,7 +17,7 @@ int lcoreSetWindowMinSize( lua_State *L ); int lcoreGetMonitorPosition( lua_State *L ); int lcoreGetMonitorSize( lua_State *L ); int lcoreGetWindowPosition( lua_State *L ); -int lcoreGetWindowSize( lua_State *L ); +int lcoreGetScreenSize( lua_State *L ); int lcoreSetWindowState( lua_State *L ); int lcoreIsWindowState( lua_State *L ); int lcoreClearWindowState( lua_State *L ); -- cgit v1.2.3