#ifndef OPENDIABLO2_COMMON_D2ENGINECONFIG_H #define OPENDIABLO2_COMMON_D2ENGINECONFIG_H #include namespace OpenDiablo2::Common { struct D2EngineConfig { std::string BasePath; // The base path where the MPQ files are located }; } #endif //OPENDIABLO2_COMMON_D2ENGINECONFIG_H