1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00
OpenMW/components/platform/platform.hpp

11 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