1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-01 05:45:35 +00:00
openmw/components/platform/platform.hpp

10 lines
190 B
C++

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