#ifndef INIT_H #define INIT_H #include SDL_Surface *screen; void init(void); void quit(int status); #endif