1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-19 12:40:49 +00:00

9 lines
78 B
C++

#ifndef SDLINIT_H
#define SDLINIT_H
bool initSDL();
void quitSDL();
#endif