#pragma once #include #include struct unity_config { bool enable; wchar_t target_assembly[MAX_PATH]; }; void unity_config_load(struct unity_config *cfg, const wchar_t *filename);