#pragma once #include #include #include struct qr_config { bool enable; }; HRESULT qr_hook_init(const struct qr_config *cfg); void qr_insert_hooks(HMODULE target);