mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
Some new files were accidentally left out of a previous commit: "Revamping GDI interworking - Part 2" 1999d1c56ef4af2b173764a0dffff0c270357628 The missing files are now added.
7 lines
67 B
C++
7 lines
67 B
C++
#pragma once
|
|
|
|
namespace CompatGdiWinProc
|
|
{
|
|
void installHooks();
|
|
}
|