util/gfx.c: Add crude D3D9 window hook

This commit is contained in:
Tau
2018-11-08 15:58:15 -05:00
parent 851ea65609
commit 1eca0648f1
3 changed files with 111 additions and 0 deletions

4
util/gfx.h Normal file
View File

@ -0,0 +1,4 @@
#pragma once
void gfx_hook_init(void);
void gfx_set_windowed(void);