diff --git a/src/game/game.c b/src/game/game.c index e200097..c500aae 100644 --- a/src/game/game.c +++ b/src/game/game.c @@ -3,7 +3,6 @@ #include #include #include -#include #include #include #include @@ -14,6 +13,7 @@ #include "../window/audio.h" #include "../window/colour/colour8.h" #include "./tetromino/shapes.h" +#include "gametime.h" #include "tetromino/placing.h" // shuffle the array using a Fisher–Yates shuffle