diff options
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
