#ifndef H_COLORS #define H_COLORS enum { WALL_COLOR = 1, FLOOR_COLOR, BLACK, WHITE, LAMP_COLOR, FREEZE_COLOR, SKY_COLOR = 255 }; #endif