mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 21:49:56 +00:00
ab8d1c02d4
Support Linux, Windows, FreeBSD.
11 lines
168 B
C++
11 lines
168 B
C++
#ifndef OPENMW_COMPONENTS_MISC_THREAD_H
|
|
#define OPENMW_COMPONENTS_MISC_THREAD_H
|
|
|
|
#include <thread>
|
|
|
|
namespace Misc
|
|
{
|
|
void setCurrentThreadIdlePriority();
|
|
}
|
|
|
|
#endif
|