14 lines
230 B
C
14 lines
230 B
C
![]() |
#include "structs.h"
|
||
|
|
||
|
SDL_Color pink;
|
||
|
SDL_Color purple;
|
||
|
SDL_Color blue;
|
||
|
SDL_Color green;
|
||
|
SDL_Color yellow;
|
||
|
SDL_Color orange;
|
||
|
SDL_Color lightGrey;
|
||
|
SDL_Color grey;
|
||
|
SDL_Color darkGrey;
|
||
|
SDL_Color black;
|
||
|
SDL_Color white;
|
||
|
SDL_Color red;
|