1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
DDrawCompat/DDrawCompat/Gdi/PaintHandlers.h

11 lines
111 B
C++

#pragma once
namespace Gdi
{
namespace PaintHandlers
{
void installHooks();
void uninstallHooks();
}
}