summaryrefslogtreecommitdiff
path: root/include/state.h
diff options
context:
space:
mode:
authorIndrajith K L2025-11-03 19:24:01 +0530
committerGitHub2025-11-03 19:24:01 +0530
commit02d6be119fa130121a04799e81aff203472b6233 (patch)
treedb72095f2edac8344264ca22bda0b252f267040a /include/state.h
parent929076b5766e0b9c5d8bfec3967a71e15a078bc9 (diff)
parente51adde3efcd731d80f8ad8025d70db60554cadb (diff)
downloadreilua-enhanced-02d6be119fa130121a04799e81aff203472b6233.tar.gz
reilua-enhanced-02d6be119fa130121a04799e81aff203472b6233.tar.bz2
reilua-enhanced-02d6be119fa130121a04799e81aff203472b6233.zip
Merge pull request #1 from cooljith91112/embedded-assets-support
Added asset embedding support + docs cleanup
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;