forked from TeamTofuShop/segatools
Shift hook DLL config structs around
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "chunihook/config.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
struct slider_config {
|
||||
bool enable;
|
||||
};
|
||||
|
||||
HRESULT slider_hook_init(const struct slider_config *cfg);
|
||||
|
Reference in New Issue
Block a user