Example #1
0
HRESULT HookIDirect3DDevice9::GetDirect3D(LPVOID _this, IDirect3D9** ppD3D9)
{
	LOG_API();
	return pD3Dev->GetDirect3D(ppD3D9);
}