openmw/components/platform/platform.hpp

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

11 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