viz1090/monokai.h
nathan 9b5cab173e removed defs.h and structs.h
Former-commit-id: 63229bbc5bf3fb105b945f7b3e3025e624324193
Former-commit-id: f37adedb0101d03a37bfe83f09165dc83adf12cd
2020-03-18 22:38:00 -07:00

14 lines
315 B
C

#include "SDL2/SDL.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;