8 #include "external/json/json.h"
27 void Draw(std::weak_ptr<Camera> cam);
58 void LoadTileSet(std::shared_ptr<TileSet> ts) { mTileSet = ts; }
60 std::string
File()
const;
75 void Load(
const std::string &file);
78 std::vector<Tile> mTiles;
80 std::shared_ptr<TileSet> mTileSet;
84 std::set<int> indices;