1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
DDrawCompat/DDrawCompat/Gdi/PresentationWindow.h
2023-11-12 18:02:38 +01:00

14 lines
164 B
C++

#pragma once
#include <Windows.h>
namespace Gdi
{
namespace PresentationWindow
{
HWND create(HWND owner, bool dpiAware = false);
void installHooks();
}
}