viz1090/monokai.h
nathan cb62238efd begin conversion to c++. modified existing c files to compile with g++
Former-commit-id: 5d29910bbfc137430264f8b08887f7997a86dbf1
Former-commit-id: 3b8af4a36c0345a24dc06753afa9c32f6b97714e
2020-03-07 13:19:49 -08:00

14 lines
314 B
C

#include "structs.h"
extern SDL_Color pink;
extern SDL_Color purple;
extern SDL_Color blue;
extern SDL_Color green;
extern SDL_Color yellow;
extern SDL_Color orange;
extern SDL_Color lightGrey;
extern SDL_Color grey;
extern SDL_Color darkGrey;
extern SDL_Color black;
extern SDL_Color white;
extern SDL_Color red;