1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 19:29:56 +00:00
openmw/apps/launcher/sdlinit.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
78 B
C++
Raw Normal View History

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