1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +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