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 24679c6..3e7836d 100644 --- a/include/state.h +++ b/include/state.h @@ -7,7 +7,10 @@ typedef struct { char* basePath; bool run; + bool hasWindow; bool gcUnload; + bool customFontLoaded; + Vector2 resolution; int lineSpacing; /* We need to store copy here since raylib has it in static. */ Vector2 mouseOffset; Vector2 mouseScale; |
