From 416a5cbab21c480ae9e85b07fd9424452cbcb611 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 3 Jul 2023 02:28:21 -0600 Subject: A little first day shit --- src/gameCommon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gameCommon.h') 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 -- cgit v1.2.3