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