forked from Hay1tsme/segatools
wip: move gfx to gfxhook, some borderless window stuff
This commit is contained in:
7
gfxhook/d3d11.h
Normal file
7
gfxhook/d3d11.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "gfxhook/gfx.h"
|
||||
|
||||
void gfx_d3d11_hook_init(const struct gfx_config *cfg, HINSTANCE self);
|
Reference in New Issue
Block a user