1
0
mirror of https://gitea.tendokyu.moe/Hay1tsme/segatools.git synced 2024-11-12 04:40:46 +01:00
segatools-hay1tsme/idzhook/zinput.h

12 lines
155 B
C
Raw Normal View History

2019-11-03 22:12:58 +01:00
#pragma once
#include <windows.h>
2019-11-06 02:11:25 +01:00
#include <stdbool.h>
struct zinput_config {
bool enable;
};
2019-11-03 22:12:58 +01:00
HRESULT zinput_hook_init(struct zinput_config *cfg);