Files

11 lines
154 B
C

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