rename Colour8 to colour8

This commit is contained in:
2025-02-10 11:58:00 +01:00
parent 94ff2d200a
commit 94ca7e3d08
7 changed files with 20 additions and 20 deletions

View File

@@ -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];