Change color to white

This commit is contained in:
Such Meme, Many Skill
2019-08-15 22:23:56 +02:00
parent a190a07016
commit 5dc063d301
4 changed files with 8 additions and 7 deletions

View File

@@ -46,6 +46,7 @@
#define COLOR_BLUE 0xFF00DDFF
#define COLOR_VIOLET 0xFF8040FF
#define COLOR_DEFAULT 0xFF1B1B1B
#define COLOR_WHITE 0xFFFFFFFF
typedef signed char s8;
typedef short s16;