Last commit before another big refactor

This commit is contained in:
2021-07-12 09:31:22 -07:00
parent 07ff33300a
commit edb80a3431
14 changed files with 139 additions and 116 deletions

View File

@ -13,8 +13,8 @@
#include "../../game/game.h"
#include "../../input/input.h"
#define WINDOW_WIDTH_DEFAULT 480
#define WINDOW_HEIGHT_DEFAULT 270
#define WINDOW_WIDTH_DEFAULT 1280
#define WINDOW_HEIGHT_DEFAULT WINDOW_WIDTH_DEFAULT/16*9
/** The current running game state. */
extern game_t *GAME_STATE;