64 SDL_Surface *mainscreen;
66 SDL_Color colors[256];
76 extern struct Flc_t flc;
79 int FlcInit(
const char *filename);
81 void FlcMain(
void (*frameCallBack)());
88 void FlcReadFile(Uint32 frameSize);
A display screen, handles rendering onto the game window.
Definition: Screen.h:40