diff --git a/src/game/game.c b/src/game/game.c index 5ee4a33..3ff18f8 100644 --- a/src/game/game.c +++ b/src/game/game.c @@ -7,7 +7,7 @@ #include "../main.h" #include "../window/colour.h" -#include "shapes.h" +#include "./tetromino/shapes.h" static void clear_row(Row* row, uint8_t y) { diff --git a/src/game/shapes.h b/src/game/tetromino/shapes.h similarity index 100% rename from src/game/shapes.h rename to src/game/tetromino/shapes.h