forked from TeamTofuShop/segatools
hooklib/gfx.c: Wire up gfx config
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void gfx_hook_init(void);
|
||||
void gfx_set_windowed(void);
|
||||
#include "hooklib/config.h"
|
||||
|
||||
void gfx_hook_init(const struct gfx_config *cfg);
|
||||
|
Reference in New Issue
Block a user