From c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Nov 2024 23:25:28 +0200 Subject: RL.config and InitWindow. --- 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 4dd6dda..e1647c2 100644 --- a/include/core.h +++ b/include/core.h @@ -4,6 +4,7 @@ void unloadBuffer( Buffer* buffer ); /* Window-related functions. */ +int lcoreInitWindow( lua_State* L ); int lcoreCloseWindow( lua_State* L ); int lcoreIsWindowReady( lua_State* L ); int lcoreIsWindowFullscreen( lua_State* L ); -- cgit v1.2.3