1
0
Fork 0
segatools/swdchook/zinput.h

12 lines
168 B
C
Raw Normal View History

2023-07-13 22:52:50 +00:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct zinput_config {
bool enable;
};
2023-08-20 14:21:55 +00:00
void zinput_hook_init(struct zinput_config *cfg, HINSTANCE self);