Tileson  1.3.0
A helpful json parser for Tiled maps
tileson_min.h
Go to the documentation of this file.
1 
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