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