Now compiles under GCC 10 (GCC 10 now defaults to -fno-common)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
typedef u32 Color;
|
||||
|
||||
enum {
|
||||
typedef enum {
|
||||
COLOR_BACKGROUND, //silver-y black
|
||||
COLOR_ACCENT,
|
||||
COLOR_WHITE,
|
||||
|
||||
Reference in New Issue
Block a user