#pragma once #include #include #include #include "platform/es3sec.h" struct amactivator_config { bool enable; const char auth_file[MAX_PATH]; }; HRESULT amactivator_hook_init(const struct amactivator_config* cfg, const struct es3sec_config* dong_cfg);