aboutsummaryrefslogtreecommitdiff
path: root/include/globals.h
diff options
context:
space:
mode:
authorLeander Scherer <leander@schererleander.de>2026-03-12 01:35:15 +0100
committerLeander Scherer <leander@schererleander.de>2026-03-12 01:35:15 +0100
commitaafdfa0734b7c5dcea9f0e914ef6c66852b9d3a7 (patch)
tree8e20b2282b445d70d4069ecf5a62aaa02c5b0f29 /include/globals.h
parentae6ac413632b427e31a26020a94864669af1ba10 (diff)
chore: use globals
Diffstat (limited to 'include/globals.h')
-rw-r--r--include/globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h
new file mode 100644
index 0000000..bcb7d57
--- /dev/null
+++ b/include/globals.h
@@ -0,0 +1,4 @@
+#define SCREEN_HEIGHT 1080
+#define SCREEN_WIDTH 1920
+#define TARGET_FPS 280
+#define GAME_NAME "Dungeons"