#pragma once #include #include struct misc_config { bool block_input_hook; bool show_cursor_hook; }; HRESULT misc_hook_init(const struct misc_config *cfg);