mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
rename shapes.h to tetromino/shapes.h
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#include "../main.h"
|
#include "../main.h"
|
||||||
#include "../window/colour.h"
|
#include "../window/colour.h"
|
||||||
#include "shapes.h"
|
#include "./tetromino/shapes.h"
|
||||||
|
|
||||||
|
|
||||||
static void clear_row(Row* row, uint8_t y) {
|
static void clear_row(Row* row, uint8_t y) {
|
||||||
|
|||||||
Reference in New Issue
Block a user