aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-07-03 02:28:21 -0600
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-07-03 02:28:21 -0600
commit416a5cbab21c480ae9e85b07fd9424452cbcb611 (patch)
treed88c3ac221dfceeab64a53963ab4113d3a75d39e /src/gameCommon.h
parente6fb000c6874874d50d94eee4b1c8e889f6791f1 (diff)
A little first day shit
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r--src/gameCommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h
index 361cf23..b53b955 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -14,4 +14,7 @@
#ifndef GAME_COMMON_H
#define GAME_COMMON_H
+#define WINDOW_WIDTH 960
+#define WINDOW_HEIGHT 540
+
#endif