1
0
mirror of https://github.com/narzoul/DDrawCompat synced 2024-12-30 08:55:36 +01:00
2021-03-16 14:13:20 +01:00

15 lines
211 B
C++

#pragma once
#include <d3d.h>
#include <d3dumddi.h>
#include <D3dDdi/Log/DeviceFuncsLog.h>
namespace D3dDdi
{
namespace DeviceFuncs
{
void hookVtable(const D3DDDI_DEVICEFUNCS& vtable, UINT version);
}
}