mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
12 lines
190 B
C++
12 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
|