mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
ab8d1c02d4
Support Linux, Windows, FreeBSD.
12 lines
168 B
C++
12 lines
168 B
C++
#ifndef OPENMW_COMPONENTS_MISC_THREAD_H
|
|
#define OPENMW_COMPONENTS_MISC_THREAD_H
|
|
|
|
#include <thread>
|
|
|
|
namespace Misc
|
|
{
|
|
void setCurrentThreadIdlePriority();
|
|
}
|
|
|
|
#endif
|