Now compiles under GCC 10 (GCC 10 now defaults to -fno-common)

This commit is contained in:
Dylan G
2020-05-31 17:45:05 +01:00
parent 193feedf25
commit ef774ce0b4
4 changed files with 12 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
typedef u32 Color;
enum {
typedef enum {
COLOR_BACKGROUND, //silver-y black
COLOR_ACCENT,
COLOR_WHITE,