10 lines
113 B
C
10 lines
113 B
C
#ifndef INIT_H
|
|
#define INIT_H
|
|
|
|
void initSDL();
|
|
void initOpenGL();
|
|
|
|
extern SDL_Surface *screen;
|
|
|
|
#endif // INIT_H
|