mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
7 lines
101 B
C++
7 lines
101 B
C++
|
#include <Config/Config.h>
|
||
|
|
||
|
namespace Config
|
||
|
{
|
||
|
Settings::ThreadPriorityBoost threadPriorityBoost;
|
||
|
}
|