summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2026-03-13 13:08:45 +0300
committerBoredGuy <osome3717@gmail.com>2026-03-13 13:08:45 +0300
commit0ed3bb4569ded185237c6d530285382e6c2b6200 (patch)
tree408ef14a8b7708e4fd5755f4a40b7ce1f4e2440f /src/constants.h
Initial Comit
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants.h b/src/constants.h
new file mode 100644
index 0000000..5d76d42
--- /dev/null
+++ b/src/constants.h
@@ -0,0 +1,7 @@
+#ifndef CONSTANTS_H_
+#define CONSTANTS_H_
+
+#define WINDOW_WIDTH 800
+#define WINDOW_HEIGHT 600
+
+#endif