mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
TerrainTile now uses identifiers instead of pointers to VLC
This commit is contained in:
@@ -60,9 +60,9 @@ protected:
|
||||
|
||||
CMapFormatJson();
|
||||
|
||||
static TerrainType * getTerrainByCode(const std::string & code);
|
||||
static RiverType * getRiverByCode(const std::string & code);
|
||||
static RoadType * getRoadByCode(const std::string & code);
|
||||
static TerrainId getTerrainByCode(const std::string & code);
|
||||
static RiverId getRiverByCode(const std::string & code);
|
||||
static RoadId getRoadByCode(const std::string & code);
|
||||
|
||||
void serializeAllowedFactions(JsonSerializeFormat & handler, std::set<FactionID> & value) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user