|
Tileson 1.4.0
A helpful json parser for Tiled maps
|
#include <functional>#include "../objects/Color.hpp"#include "../objects/Vector2.hpp"#include "../interfaces/IJson.hpp"#include "../json/NlohmannJson.hpp"#include "../json/PicoJson.hpp"#include "../json/Json11.hpp"#include "Layer.hpp"#include "Tileset.hpp"#include "../common/Enums.hpp"Go to the source code of this file.
Classes | |
| class | tson::Map |
Namespaces | |
| namespace | tson |
Typedefs | |
| using | tson::LinkedFileParser = std::function< std::unique_ptr< IJson >(std::string relativePath)> |