1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 13:59:55 +00:00
openmw/components/misc/thread.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
149 B
C++
Raw Normal View History

#ifndef OPENMW_COMPONENTS_MISC_THREAD_H
#define OPENMW_COMPONENTS_MISC_THREAD_H
namespace Misc
{
void setCurrentThreadIdlePriority();
}
#endif