mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-01 03:21:41 +00:00
9 lines
78 B
C++
9 lines
78 B
C++
|
#ifndef SDLINIT_H
|
||
|
#define SDLINIT_H
|
||
|
|
||
|
bool initSDL();
|
||
|
|
||
|
void quitSDL();
|
||
|
|
||
|
#endif
|