mirror of
https://github.com/gwdevhub/gMod.git
synced 2026-07-15 15:09:30 +00:00
10 lines
170 B
C
10 lines
170 B
C
#pragma once
|
|
|
|
#include <d3d9.h>
|
|
|
|
void InstallD3D9Hooks(IDirect3D9* d3d9, bool is_ex);
|
|
|
|
void RemoveAllD3D9Hooks();
|
|
|
|
bool RegisterExistingDevice(IDirect3DDevice9* device);
|