8 lines
84 B
C
8 lines
84 B
C
#ifndef INIT_H
|
|
#define INIT_H
|
|
|
|
void initSDL();
|
|
void initOpenGL();
|
|
|
|
#endif // INIT_H
|