Tileson 1.4.0
A helpful json parser for Tiled maps
Loading...
Searching...
No Matches
tileson_min.h
Go to the documentation of this file.
1
29
30#ifndef TILESON_TILESON_MIN_H
31#define TILESON_TILESON_MIN_H
32
33// This is the minimal version of Tileson. You will have to provide your own version of json11.hpp and make sure it's included before anything
34// Tileson related.
35//#include "external/json11.hpp"
36
37#include "tileson_parser.hpp"
39
40#endif //TILESON_TILESON_MIN_H