forked from TeamTofuShop/segatools
hooklib: Shift config structs around
This commit is contained in:
@ -3,10 +3,6 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct gfx_config {
|
||||
bool enable;
|
||||
bool windowed;
|
||||
bool framed;
|
||||
};
|
||||
#include "hooklib/gfx.h"
|
||||
|
||||
void gfx_config_load(struct gfx_config *cfg, const wchar_t *filename);
|
||||
|
Reference in New Issue
Block a user