|
@@ -48,7 +48,7 @@ public:
|
|
CMapInfo &operator=(CMapInfo &&other) = delete;
|
|
CMapInfo &operator=(CMapInfo &&other) = delete;
|
|
CMapInfo &operator=(const CMapInfo &other) = delete;
|
|
CMapInfo &operator=(const CMapInfo &other) = delete;
|
|
|
|
|
|
- std::string CMapInfo::getFullFileURI(const ResourcePath& file) const;
|
|
|
|
|
|
+ std::string getFullFileURI(const ResourcePath& file) const;
|
|
void mapInit(const std::string & fname);
|
|
void mapInit(const std::string & fname);
|
|
void saveInit(const ResourcePath & file);
|
|
void saveInit(const ResourcePath & file);
|
|
void campaignInit();
|
|
void campaignInit();
|