diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h index 07f52e8..1656026 100644 --- a/config.h +++ b/config.h @@ -11,6 +11,9 @@ #define GAME_LOAD_LOCATION 0x200 #define FONT_LOAD_LOCATION 0x50 +#define FOREGROUND_COLOR 0x00FFFFFF +#define BLACKGROUND_COLOR 0xFF000000 + #define dbgprintf(fmt, ...) \ do { if(DEBUG) fprintf (stdout, fmt, ##__VA_ARGS__); } while(0) |