taitools/platform/misc.h

10 lines
133 B
C
Raw Permalink Normal View History

2024-02-06 08:24:58 +00:00
#pragma once
#include <windows.h>
struct misc_config {
bool enable;
};
HRESULT misc_hook_init(const struct misc_config *cfg);