1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
2019-08-01 16:00:10 +02:00

12 lines
158 B
C++

#pragma once
#include <ddraw.h>
#include "Common/CompatPtr.h"
namespace DDraw
{
void installHooks(CompatPtr<IDirectDraw7> dd7);
void uninstallHooks();
}