1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-15 22:49:48 +00:00
OpenMW/components/platform/platform.hpp

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

12 lines
190 B
C++
Raw Normal View History

#ifndef OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP
#define OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP
namespace Platform
{
void init();
}
#endif // OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP