1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 15:51:47 +01:00

12 lines
155 B
C
Raw Permalink Normal View History

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