![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <TiledToOlympe.h>
Collaboration diagram for Olympe::Tiled::TiledToOlympe:Classes | |
| struct | ConversionStats |
| struct | MapBounds |
Public Member Functions | |
| TiledToOlympe () | |
| ~TiledToOlympe () | |
| void | SetConfig (const ConversionConfig &config) |
| TiledToOlympe::MapBounds | CalculateActualMapBounds (const TiledMap &tiledMap) |
| bool | Convert (const TiledMap &tiledMap, Olympe::Editor::LevelDefinition &outLevel) |
| bool | LoadPrefabMapping (const std::string &jsonFilePath) |
| const std::string & | GetLastError () const |
Private Attributes | |
| ConversionConfig | config_ |
| std::string | lastError_ |
| int | mapWidth_ |
| int | mapHeight_ |
| int | declaredMapWidth_ = 0 |
| int | declaredMapHeight_ = 0 |
| bool | isInfiniteMap_ = false |
| int | chunkOriginX_ = 0 |
| int | chunkOriginY_ = 0 |
| int | minTileX_ = 0 |
| int | minTileY_ = 0 |
| int | maxTileX_ = 0 |
| int | maxTileY_ = 0 |
| float | globalOffsetX_ = 0.0f |
| float | globalOffsetY_ = 0.0f |
| bool | hasOffsets_ = false |
| bool | requiresYFlip_ = false |
| const std::vector< TiledTileset > * | tilesets_ = nullptr |
Definition at line 93 of file TiledToOlympe.h.
| Olympe::Tiled::TiledToOlympe::TiledToOlympe | ( | ) |
Definition at line 39 of file TiledToOlympe.cpp.
References chunkOriginX_, chunkOriginY_, Olympe::Tiled::ConversionConfig::collisionLayerPatterns, config_, Olympe::Tiled::ConversionConfig::defaultPrefab, Olympe::Tiled::ConversionConfig::flipY, mapHeight_, mapWidth_, maxTileX_, maxTileY_, minTileX_, minTileY_, and Olympe::Tiled::ConversionConfig::sectorLayerPatterns.
| Olympe::Tiled::TiledToOlympe::~TiledToOlympe | ( | ) |
Definition at line 54 of file TiledToOlympe.cpp.
|
private |
Definition at line 1557 of file TiledToOlympe.cpp.
References Olympe::Tiled::File, GetComponentTypeID_Static(), Olympe::Tiled::ImageLayer, Olympe::Tiled::ObjectGroup, ResolveImagePath(), and SYSTEM_LOG.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:| TiledToOlympe::MapBounds Olympe::Tiled::TiledToOlympe::CalculateActualMapBounds | ( | const TiledMap & | tiledMap | ) |
Definition at line 85 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static(), Olympe::Tiled::TiledToOlympe::MapBounds::heightInTiles, Olympe::Tiled::TiledToOlympe::MapBounds::maxTileX, Olympe::Tiled::TiledToOlympe::MapBounds::maxTileY, Olympe::Tiled::TiledToOlympe::MapBounds::minTileX, Olympe::Tiled::TiledToOlympe::MapBounds::minTileY, Olympe::Tiled::TileLayer, and Olympe::Tiled::TiledToOlympe::MapBounds::widthInTiles.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1326 of file TiledToOlympe.cpp.
References Olympe::Tiled::TiledToOlympe::ConversionStats::dynamicObjects, GetComponentTypeID_Static(), Olympe::Tiled::ObjectGroup, ParseCollisionPolylineDescriptor(), ParseEntityDescriptor(), Olympe::Tiled::TiledToOlympe::ConversionStats::patrolPaths, Olympe::Tiled::Polygon, Olympe::Tiled::Polyline, Olympe::Tiled::TiledToOlympe::ConversionStats::soundObjects, Olympe::Tiled::TiledToOlympe::ConversionStats::staticObjects, SYSTEM_LOG, and Olympe::Tiled::TiledToOlympe::ConversionStats::totalObjects.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:| bool Olympe::Tiled::TiledToOlympe::Convert | ( | const TiledMap & | tiledMap, |
| Olympe::Editor::LevelDefinition & | outLevel | ||
| ) |
Definition at line 132 of file TiledToOlympe.cpp.
References BuildResourceCatalog(), CalculateActualMapBounds(), CategorizeGameObjects(), chunkOriginX_, chunkOriginY_, Olympe::Tiled::ParallaxLayerManager::Clear(), config_, declaredMapHeight_, declaredMapWidth_, Olympe::Tiled::TiledToOlympe::ConversionStats::dynamicObjects, ExtractMapConfiguration(), ExtractMapMetadata(), ExtractObjectRelationships(), ExtractSpatialStructures(), PrefabFactory::Get(), Olympe::Tiled::ParallaxLayerManager::Get(), GetComponentTypeID_Static(), globalOffsetX_, globalOffsetY_, hasOffsets_, Olympe::Tiled::TiledToOlympe::MapBounds::heightInTiles, isInfiniteMap_, Olympe::Tiled::Isometric, lastError_, mapHeight_, Olympe::Tiled::ConversionConfig::mapOrientation, mapWidth_, Olympe::Tiled::TiledToOlympe::MapBounds::maxTileX, maxTileX_, Olympe::Tiled::TiledToOlympe::MapBounds::maxTileY, maxTileY_, Olympe::Tiled::TiledToOlympe::MapBounds::minTileX, minTileX_, Olympe::Tiled::TiledToOlympe::MapBounds::minTileY, minTileY_, Olympe::Tiled::Orthogonal, Olympe::Tiled::TiledToOlympe::ConversionStats::patrolPaths, ProcessVisualLayers(), Olympe::Tiled::TiledToOlympe::ConversionStats::soundObjects, Olympe::Tiled::TiledToOlympe::ConversionStats::staticObjects, SYSTEM_LOG, Olympe::Tiled::ConversionConfig::tileHeight, tilesets_, Olympe::Tiled::ConversionConfig::tileWidth, Olympe::Tiled::TiledToOlympe::ConversionStats::totalObjects, and Olympe::Tiled::TiledToOlympe::MapBounds::widthInTiles.
Here is the call graph for this function:
|
private |
Definition at line 459 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static(), mapHeight_, mapWidth_, and TransformY().
Here is the call graph for this function:
|
private |
|
private |
Definition at line 397 of file TiledToOlympe.cpp.
References ConvertGroupLayer(), ConvertImageLayer(), ConvertObjectLayer(), ConvertTileLayer(), GetComponentTypeID_Static(), Olympe::Tiled::Group, Olympe::Tiled::ImageLayer, Olympe::Tiled::TiledLayer::layers, Olympe::Tiled::TiledLayer::name, Olympe::Tiled::ObjectGroup, SYSTEM_LOG, and Olympe::Tiled::TileLayer.
Referenced by ConvertGroupLayer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 368 of file TiledToOlympe.cpp.
References Olympe::Tiled::ParallaxLayerManager::AddLayer(), config_, Olympe::Tiled::ParallaxLayerManager::Get(), GetComponentTypeID_Static(), Olympe::Tiled::TiledLayer::image, Olympe::Tiled::ParallaxLayer::name, Olympe::Tiled::TiledLayer::name, Olympe::Tiled::TiledLayer::offsetx, Olympe::Tiled::TiledLayer::offsety, Olympe::Tiled::TiledLayer::opacity, Olympe::Tiled::TiledLayer::parallaxx, Olympe::Tiled::TiledLayer::parallaxy, Olympe::Tiled::TiledLayer::repeatx, Olympe::Tiled::TiledLayer::repeaty, Olympe::Tiled::ConversionConfig::resourceBasePath, SYSTEM_LOG, Olympe::Tiled::TiledLayer::tintcolor, and Olympe::Tiled::TiledLayer::visible.
Referenced by ConvertGroupLayer(), ProcessGroupLayers(), and ProcessVisualLayers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 424 of file TiledToOlympe.cpp.
References ConvertPatrolPath(), ConvertPolygonCollision(), ConvertSectorObject(), GetComponentTypeID_Static(), ParseEntityDescriptor(), Olympe::Tiled::Polygon, and Olympe::Tiled::Polyline.
Referenced by ConvertObjectLayer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 352 of file TiledToOlympe.cpp.
References ConvertObject(), GetComponentTypeID_Static(), Olympe::Tiled::TiledLayer::name, Olympe::Tiled::TiledLayer::objects, Olympe::Tiled::TiledLayer::offsetx, Olympe::Tiled::TiledLayer::offsety, and SYSTEM_LOG.
Referenced by ConvertGroupLayer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 557 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, PropertiesToOverrides(), and TransformObjectPosition().
Referenced by ConvertObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 513 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, Olympe::Tiled::Polygon, PropertiesToOverrides(), and TransformObjectPosition().
Referenced by ConvertObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 477 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, PropertiesToOverrides(), and TransformObjectPosition().
Referenced by ConvertObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 325 of file TiledToOlympe.cpp.
References Olympe::Tiled::ConversionConfig::collisionLayerPatterns, config_, Olympe::Tiled::TiledLayer::data, GetComponentTypeID_Static(), Olympe::Tiled::GetTileId(), Olympe::Tiled::TiledLayer::height, mapHeight_, mapWidth_, MatchesPattern(), MergeTileLayer(), Olympe::Tiled::TiledLayer::name, SYSTEM_LOG, and Olympe::Tiled::TiledLayer::width.
Referenced by ConvertGroupLayer().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 887 of file TiledToOlympe.cpp.
References config_, GetComponentTypeID_Static(), Olympe::Tiled::Hexagonal, Olympe::Tiled::Isometric, Olympe::Tiled::LeftDown, Olympe::Tiled::LeftUp, Olympe::Tiled::Orthogonal, Olympe::Tiled::ConversionConfig::renderOrder, requiresYFlip_, Olympe::Tiled::RightDown, Olympe::Tiled::RightUp, Olympe::Tiled::Staggered, and SYSTEM_LOG.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 934 of file TiledToOlympe.cpp.
References chunkOriginX_, chunkOriginY_, GetComponentTypeID_Static(), Olympe::Tiled::Hexagonal, Olympe::Tiled::Isometric, maxTileX_, maxTileY_, minTileX_, minTileY_, Olympe::Tiled::Orthogonal, PropertyToJSON(), and Olympe::Tiled::Staggered.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1468 of file TiledToOlympe.cpp.
References Olympe::Tiled::Bool, Olympe::Tiled::File, Olympe::Tiled::Float, GetComponentTypeID_Static(), Olympe::Tiled::Int, Olympe::Tiled::Object, Olympe::Tiled::ObjectGroup, Olympe::Editor::LevelDefinition::ObjectLink::sourceObjectName, Olympe::Tiled::String, and SYSTEM_LOG.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1243 of file TiledToOlympe.cpp.
References Olympe::Tiled::ConversionConfig::collisionLayerPatterns, config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::GetTileId(), InitializeCollisionMap(), mapHeight_, Olympe::Tiled::ConversionConfig::mapOrientation, mapWidth_, MatchesPattern(), Olympe::Editor::LevelDefinition::SectorDef::name, Olympe::Editor::LevelDefinition::CollisionShape::name, Olympe::Tiled::ObjectGroup, Olympe::Tiled::Polygon, PropertyToJSON(), Olympe::Editor::LevelDefinition::CollisionShape::Rectangle, Olympe::Tiled::Rectangle, SYSTEM_LOG, Olympe::Tiled::TileLayer, and TransformY().
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 768 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static(), Olympe::Tiled::GetTileId(), and tilesets_.
Referenced by TransformObjectPosition().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 122 of file TiledToOlympe.h.
References lastError_.
|
private |
Definition at line 724 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::defaultPrefab, GetComponentTypeID_Static(), and Olympe::Tiled::ConversionConfig::typeToPrefabMap.
Referenced by ParseEntityDescriptor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 849 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static().
Referenced by ExtractSpatialStructures().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 1791 of file TiledToOlympe.cpp.
References config_, GetComponentTypeID_Static(), lastError_, SYSTEM_LOG, and Olympe::Tiled::ConversionConfig::typeToPrefabMap.
Here is the call graph for this function:
|
private |
Definition at line 740 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static().
Referenced by ConvertTileLayer(), ExtractSpatialStructures(), ProcessGroupLayers(), and ProcessVisualLayers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 858 of file TiledToOlympe.cpp.
References Olympe::Tiled::TiledLayer::data, GetComponentTypeID_Static(), Olympe::Tiled::GetTileId(), Olympe::Tiled::TiledLayer::height, and Olympe::Tiled::TiledLayer::width.
Referenced by ConvertTileLayer(), ProcessGroupLayers(), and ProcessVisualLayers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1962 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, Olympe::Tiled::Polygon, and PropertiesToOverrides().
Referenced by CategorizeGameObjects().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 595 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static(), GetPrefabPath(), Olympe::Tiled::Point, PropertiesToOverrides(), SYSTEM_LOG, and TransformObjectPosition().
Referenced by CategorizeGameObjects(), and ConvertObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1927 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, and PropertiesToOverrides().
Here is the call graph for this function:
|
private |
Definition at line 1891 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, and PropertiesToOverrides().
Here is the call graph for this function:Definition at line 1861 of file TiledToOlympe.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:
|
private |
Definition at line 1685 of file TiledToOlympe.cpp.
References Olympe::Tiled::ConversionConfig::collisionLayerPatterns, config_, ConvertImageLayer(), ExtractFlipFlags(), GetComponentTypeID_Static(), Olympe::Tiled::GetTileId(), Olympe::Tiled::Group, Olympe::Tiled::ImageLayer, mapHeight_, mapWidth_, MatchesPattern(), MergeTileLayer(), Olympe::Editor::LevelDefinition::VisualLayer::name, Olympe::Editor::LevelDefinition::TileLayerDef::name, ProcessGroupLayers(), ResolveImagePath(), Olympe::Tiled::TileLayer, and Olympe::Editor::LevelDefinition::TileLayerDef::Chunk::x.
Referenced by ProcessGroupLayers(), and ProcessVisualLayers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 974 of file TiledToOlympe.cpp.
References Olympe::Tiled::ConversionConfig::collisionLayerPatterns, config_, ConvertImageLayer(), ExtractFlipFlags(), Olympe::Tiled::ParallaxLayerManager::Get(), GetComponentTypeID_Static(), Olympe::Tiled::ParallaxLayerManager::GetLayer(), Olympe::Tiled::ParallaxLayerManager::GetLayerCount(), Olympe::Tiled::GetTileId(), Olympe::Tiled::Group, Olympe::Tiled::ImageLayer, Olympe::Tiled::ParallaxLayer::imagePath, mapHeight_, mapWidth_, MatchesPattern(), MergeTileLayer(), Olympe::Editor::LevelDefinition::VisualLayer::name, Olympe::Editor::LevelDefinition::TileLayerDef::name, Olympe::Tiled::ParallaxLayer::name, Olympe::Tiled::ParallaxLayer::offsetX, Olympe::Tiled::ParallaxLayer::offsetY, Olympe::Tiled::ParallaxLayer::opacity, ProcessGroupLayers(), Olympe::Tiled::ParallaxLayer::repeatX, Olympe::Tiled::ParallaxLayer::repeatY, ResolveImagePath(), Olympe::Tiled::ParallaxLayer::scrollFactorX, Olympe::Tiled::ParallaxLayer::scrollFactorY, SYSTEM_LOG, Olympe::Tiled::TileLayer, Olympe::Tiled::ParallaxLayer::tintColor, Olympe::Tiled::ParallaxLayer::visible, and Olympe::Editor::LevelDefinition::TileLayerDef::Chunk::x.
Referenced by Convert().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 651 of file TiledToOlympe.cpp.
References Olympe::Tiled::Bool, Olympe::Tiled::Color, Olympe::Tiled::File, Olympe::Tiled::Float, GetComponentTypeID_Static(), Olympe::Tiled::Int, Olympe::Tiled::TiledProperty::name, Olympe::Tiled::String, and SYSTEM_LOG.
Referenced by ConvertPatrolPath(), ConvertPolygonCollision(), ConvertSectorObject(), ParseCollisionPolylineDescriptor(), ParseEntityDescriptor(), ParsePatrolPathDescriptor(), and ParseSectorDescriptor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1665 of file TiledToOlympe.cpp.
References Olympe::Tiled::Bool, Olympe::Tiled::Color, Olympe::Tiled::File, Olympe::Tiled::Float, GetComponentTypeID_Static(), Olympe::Tiled::Int, Olympe::Tiled::Object, and Olympe::Tiled::String.
Referenced by ExtractMapMetadata(), and ExtractSpatialStructures().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1655 of file TiledToOlympe.cpp.
References config_, and Olympe::Tiled::ConversionConfig::resourceBasePath.
Referenced by BuildResourceCatalog(), ProcessGroupLayers(), and ProcessVisualLayers().
Here is the caller graph for this function:| void Olympe::Tiled::TiledToOlympe::SetConfig | ( | const ConversionConfig & | config | ) |
Definition at line 79 of file TiledToOlympe.cpp.
References config_, and GetComponentTypeID_Static().
Here is the call graph for this function:
|
private |
Definition at line 793 of file TiledToOlympe.cpp.
References config_, FindTilesetForGid(), GetComponentTypeID_Static(), Olympe::Tiled::ConversionConfig::mapOrientation, SYSTEM_LOG, Olympe::Tiled::ConversionConfig::tileHeight, Olympe::Tiled::TiledTileset::tileoffsetX, Olympe::Tiled::TiledTileset::tileoffsetY, and Olympe::Tiled::ConversionConfig::tileWidth.
Referenced by ConvertPatrolPath(), ConvertPolygonCollision(), ConvertSectorObject(), and ParseEntityDescriptor().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 758 of file TiledToOlympe.cpp.
References config_, Olympe::Tiled::ConversionConfig::flipY, GetComponentTypeID_Static(), and mapHeight_.
Referenced by ConvertCollisionObject(), and ExtractSpatialStructures().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 248 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
|
private |
Definition at line 249 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
|
private |
Definition at line 233 of file TiledToOlympe.h.
Referenced by Convert(), ConvertImageLayer(), ConvertPatrolPath(), ConvertPolygonCollision(), ConvertSectorObject(), ConvertTileLayer(), ExtractMapConfiguration(), ExtractSpatialStructures(), GetPrefabPath(), LoadPrefabMapping(), ParseCollisionPolylineDescriptor(), ParsePatrolPathDescriptor(), ParseSectorDescriptor(), ProcessGroupLayers(), ProcessVisualLayers(), ResolveImagePath(), SetConfig(), TiledToOlympe(), TransformObjectPosition(), and TransformY().
|
private |
Definition at line 242 of file TiledToOlympe.h.
Referenced by Convert().
|
private |
Definition at line 241 of file TiledToOlympe.h.
Referenced by Convert().
|
private |
Definition at line 259 of file TiledToOlympe.h.
Referenced by Convert().
|
private |
Definition at line 260 of file TiledToOlympe.h.
Referenced by Convert().
Definition at line 263 of file TiledToOlympe.h.
Referenced by Convert().
Definition at line 245 of file TiledToOlympe.h.
Referenced by Convert().
|
private |
Definition at line 234 of file TiledToOlympe.h.
Referenced by Convert(), GetLastError(), and LoadPrefabMapping().
|
private |
Definition at line 238 of file TiledToOlympe.h.
Referenced by Convert(), ConvertCollisionObject(), ConvertTileLayer(), ExtractSpatialStructures(), ProcessGroupLayers(), ProcessVisualLayers(), TiledToOlympe(), and TransformY().
|
private |
Definition at line 237 of file TiledToOlympe.h.
Referenced by Convert(), ConvertCollisionObject(), ConvertTileLayer(), ExtractSpatialStructures(), ProcessGroupLayers(), ProcessVisualLayers(), and TiledToOlympe().
|
private |
Definition at line 254 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
|
private |
Definition at line 255 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
|
private |
Definition at line 252 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
|
private |
Definition at line 253 of file TiledToOlympe.h.
Referenced by Convert(), ExtractMapMetadata(), and TiledToOlympe().
Definition at line 264 of file TiledToOlympe.h.
Referenced by ExtractMapConfiguration().
|
private |
Definition at line 267 of file TiledToOlympe.h.
Referenced by Convert(), and FindTilesetForGid().