1 #ifndef __colors 2 #define __colors 3 const int WHITE = 1, YELLOW = 2, RED = 3, BLUE = 4, GREEN = 5, BLACK = 6, WHITE_BG = 7, 4 BLACK_ON_RED = 8, BLACK_ON_GREEN = 9; 5 #endif