#pragma once struct mapper_context_t { std::vector local_modules; std::string win_path; }; extern mapper_context_t g_ctx;