diff options
-rw-r--r-- | gui.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ SDL_Surface *screen; SDL_Rect draw = { 16, 12, 128, 96 }; SDL_Rect scr = { 0, 0, 160, 120 }; SDL_Rect gl = { 0, 0, 4, 8 }; -SDL_Color black = { 0x00, 0x00, 0x00 }; -SDL_Color white = { 0xff, 0xff, 0xff }; SDL_Color color[0x10] = { { 0x00, 0x00, 0x00 }, |