mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
13 lines
166 B
C++
13 lines
166 B
C++
#pragma once
|
|
|
|
#include <Direct3d/Log.h>
|
|
|
|
namespace Direct3d
|
|
{
|
|
namespace Direct3dDevice
|
|
{
|
|
template <typename Vtable>
|
|
void hookVtable(const Vtable& vtable);
|
|
}
|
|
}
|