mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
rename Colour8 to colour8
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#define COLUMNS ((int8_t)10)
|
||||
#define ROWS ((int8_t)24)
|
||||
|
||||
typedef const Colour8* const CRow;
|
||||
typedef Colour8* Row;
|
||||
typedef const colour8* const CRow;
|
||||
typedef colour8* Row;
|
||||
|
||||
typedef struct {
|
||||
Row rows[ROWS];
|
||||
|
||||
Reference in New Issue
Block a user