From c3295e014d979c0213b3fb7e4837b5356bc8fdb4 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 30 Oct 2023 22:40:20 +0200 Subject: Reintroducing Unload functions. Is*Ready functions. GC_UNLOAD setting and check function. --- include/state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 4b023aa..d7e1052 100644 --- a/include/state.h +++ b/include/state.h @@ -6,9 +6,12 @@ typedef struct { char *exePath; bool hasWindow; bool run; + bool gcUnload; lua_State *luaState; Vector2 resolution; int logLevelInvalid; + Font defaultFont; + Material defaultMaterial; /* Raylib GLFW input callback events. */ /* Window events. */ GLFWwindowsizefun raylibWindowSizeCallback; -- cgit v1.2.3