forked from TeamTofuShop/segatools
hooklib: Shift config structs around
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "hooklib/config.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
struct gfx_config {
|
||||
bool enable;
|
||||
bool windowed;
|
||||
bool framed;
|
||||
};
|
||||
|
||||
void gfx_hook_init(const struct gfx_config *cfg);
|
||||
|
Reference in New Issue
Block a user