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