aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
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 08ce5fe..4c22664 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -19,6 +19,9 @@
typedef struct Game Game;
typedef struct Entity Entity;
+// How far from center you can go.
+#define GAME_BOUNDS 1000.0
+
#define WINDOW_WIDTH 960
#define WINDOW_HEIGHT 540