1
0
mirror of synced 2024-11-24 05:50:12 +01:00
bananatools/taikohook/bnusio.h
2023-01-02 23:39:03 -05:00

11 lines
201 B
C

#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);