Beispiel #1
0
HRESULT HookIDirect3DDevice9::DeletePatch(LPVOID _this, UINT Handle)
{
	LOG_API();
	return pD3Dev->DeletePatch(Handle);
}