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