#pragma once #include #include struct slider_config { bool enable; }; HRESULT slider_hook_init(const struct slider_config *cfg);