rename shapes.h to tetromino/shapes.h

This commit is contained in:
2025-01-27 00:20:36 +01:00
parent 26770f38fe
commit fec4651639
2 changed files with 1 additions and 1 deletions

View File

@@ -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) {