2013-02-14 18:13:34 +01:00

10 lines
113 B
C

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