15#include "../../third_party/nlohmann/json.hpp"
ComponentTypeID GetComponentTypeID_Static()
void ParsePropertiesFromJSON(const nlohmann::json &j, std::map< std::string, TiledProperty > &properties)
void ParseTileFromJSON(const nlohmann::json &j, TiledTile &tile)
void ParseTileFromXML(void *element, TiledTile &tile)
bool ParseTSJ(const std::string &filepath, TiledTileset &tileset)
bool ParseTSX(const std::string &filepath, TiledTileset &tileset)
void ParsePropertiesFromXML(void *element, std::map< std::string, TiledProperty > &properties)
bool ParseFile(const std::string &filepath, TiledTileset &tileset)