1
0
Fork 0
segatools/swdchook/zinput.h

12 lines
168 B
C

#pragma once
#include <windows.h>
#include <stdbool.h>
struct zinput_config {
bool enable;
};
void zinput_hook_init(struct zinput_config *cfg, HINSTANCE self);