#ifndef INIT_H #define INIT_H void initSDL(); void initOpenGL(); extern SDL_Surface *screen; #endif // INIT_H