diff options
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 3 |
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 |