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

12 lines
152 B
C
Raw Permalink Normal View History

2023-07-14 00:52:50 +02:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct zinput_config {
bool enable;
};
void zinput_hook_init(struct zinput_config *cfg);