1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
DDrawCompat/DDrawCompat/CompatGdiWinProc.h
narzoul 2a23cf5636 Added files missing from 2 commits earlier
Some new files were accidentally left out of a previous commit:
"Revamping GDI interworking - Part 2" 1999d1c56ef4af2b173764a0dffff0c270357628

The missing files are now added.
2016-01-17 14:47:47 +01:00

7 lines
67 B
C++

#pragma once
namespace CompatGdiWinProc
{
void installHooks();
}