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

13 lines
166 B
C++

#pragma once
#include <Direct3d/Log.h>
namespace Direct3d
{
namespace Direct3dDevice
{
template <typename Vtable>
void hookVtable(const Vtable& vtable);
}
}