bananatools/taikohook/bnusio.h

11 lines
201 B
C
Raw Normal View History

2023-01-03 04:35:53 +00:00
#pragma once
#include <windows.h>
#include <stdbool.h>
struct bnusio_config {
bool enable;
};
HRESULT bnusio_hook_init(const struct bnusio_config *cfg);
void bnusio_insert_hooks(HMODULE target);