1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 21:55:24 +00:00
OpenDiablo2/src/OpenDiablo2.Game/include/OpenDiablo2.Game/D2EngineConfig.h

17 lines
287 B
C
Raw Normal View History

2019-02-23 01:14:35 +00:00
#ifndef OPENDIABLO2_D2ENGINECONFIG_H
#define OPENDIABLO2_D2ENGINECONFIG_H
#include <string>
namespace OpenDiablo2 {
namespace Game {
struct D2EngineConfig {
std::string BasePath; // The base path where the MPQ files are located
};
}
}
#endif //OPENDIABLO2_D2ENGINECONFIG_H