mirror of
https://github.com/narzoul/DDrawCompat
synced 2024-12-30 08:55:36 +01:00
9 lines
135 B
C++
9 lines
135 B
C++
#include <Direct3d/Direct3dLight.h>
|
|
|
|
namespace Direct3d
|
|
{
|
|
void Direct3dLight::setCompatVtable(IDirect3DLightVtbl& /*vtable*/)
|
|
{
|
|
}
|
|
}
|