summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state.h')
-rw-r--r--include/state.h3
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;