1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-21 13:23:53 +00:00
openmw/components/platform/platform.hpp

12 lines
190 B
C++
Raw Normal View History

#ifndef OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP
#define OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP
2022-09-22 18:26:05 +00:00
namespace Platform
{
void init();
}
#endif // OPENMW_COMPONENTS_PLATFORM_PLATFORM_HPP