diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 20 |
1 files changed, 0 insertions, 20 deletions
@@ -72,26 +72,6 @@ #define MF_COLOR_MAZE_G 0x00 #define MF_COLOR_MAZE_B 0x00 #define MF_COLOR_MAZE_A 0xFF -#define MF_COLOR_FORM_R 0xDF /* Form background color */ -#define MF_COLOR_FORM_G 0xDF -#define MF_COLOR_FORM_B 0xDF -#define MF_COLOR_FORM_A 0xDF -#define MF_COLOR_FORE_R 0x00 /* Text color */ -#define MF_COLOR_FORE_G 0x00 -#define MF_COLOR_FORE_B 0x00 -#define MF_COLOR_FORE_A 0xFF -#define MF_COLOR_BUTN_R 0xAF /* Button fill color */ -#define MF_COLOR_BUTN_G 0xAF -#define MF_COLOR_BUTN_B 0xAF -#define MF_COLOR_BUTN_A 0xFF -#define MF_COLOR_CHKB_R 0xAF /* Radio button and check box button fill color */ -#define MF_COLOR_CHKB_G 0xAF -#define MF_COLOR_CHKB_B 0xAF -#define MF_COLOR_CHKB_A 0xFF -#define MF_COLOR_CHKM_R 0x00 /* Radio button and check box mark fill color */ -#define MF_COLOR_CHKM_G 0x00 -#define MF_COLOR_CHKM_B 0x00 -#define MF_COLOR_CHKM_A 0xFF #define MF_COLOR_FOGW_R 0x2F /* Fog of war color */ #define MF_COLOR_FOGW_G 0x2F #define MF_COLOR_FOGW_B 0x2F |