From cb2b0e4dff5e1d98054f9e5f809fd3a14cd220a1 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 22 Nov 2024 14:57:31 +0200 Subject: WindowShouldClose and custom main loop example. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/core.h b/include/core.h index e1647c2..e196446 100644 --- a/include/core.h +++ b/include/core.h @@ -6,6 +6,7 @@ void unloadBuffer( Buffer* buffer ); /* Window-related functions. */ int lcoreInitWindow( lua_State* L ); int lcoreCloseWindow( lua_State* L ); +int lcoreWindowShouldClose( lua_State* L ); int lcoreIsWindowReady( lua_State* L ); int lcoreIsWindowFullscreen( lua_State* L ); int lcoreIsWindowHidden( lua_State* L ); -- cgit v1.2.3