segatools/idzhook/zinput.h

12 lines
155 B
C
Raw Normal View History

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