mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
10 lines
149 B
C++
10 lines
149 B
C++
![]() |
#ifndef OPENMW_COMPONENTS_MISC_THREAD_H
|
||
|
#define OPENMW_COMPONENTS_MISC_THREAD_H
|
||
|
|
||
|
namespace Misc
|
||
|
{
|
||
|
void setCurrentThreadIdlePriority();
|
||
|
}
|
||
|
|
||
|
#endif
|