1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 23:41:35 +01:00
2023-04-11 00:20:51 -04:00

11 lines
188 B
C

#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stdint.h>
struct controlbd_config {
bool enable;
};
HRESULT controlbd_hook_init(const struct controlbd_config *cfg);