1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-09 15:31:36 +01:00
segatools-dniel97/carolhook/controlbd.h

11 lines
188 B
C
Raw Normal View History

2022-12-11 04:01:52 +01:00
#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stdint.h>
struct controlbd_config {
bool enable;
};
2022-12-11 04:01:52 +01:00
HRESULT controlbd_hook_init(const struct controlbd_config *cfg);