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