mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
15 lines
223 B
C++
15 lines
223 B
C++
#pragma once
|
|
|
|
#include <d3d.h>
|
|
#include <d3dumddi.h>
|
|
|
|
#include <D3dDdi/Log/DeviceCallbacksLog.h>
|
|
|
|
namespace D3dDdi
|
|
{
|
|
namespace DeviceCallbacks
|
|
{
|
|
void hookVtable(const D3DDDI_DEVICECALLBACKS& vtable, UINT version);
|
|
}
|
|
}
|