1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
2022-09-27 21:44:35 +02:00

11 lines
103 B
C++

#pragma once
namespace Win32
{
namespace Thread
{
void applyConfig();
void installHooks();
}
}