openmw/components/platform/platform.hpp

12 lines
190 B
C++
Raw Permalink Normal View History

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