Started moving TileSet parsing code into separate class
[supertux.git] / src / supertux / tile_set.hpp
index 8c4410e..54f9b59 100644 (file)
@@ -33,6 +33,8 @@ private:
 
   friend class TileManager;
   friend class Tile;
+  friend class TileSetParser;
+
   TileSet(const std::string& filename);
 
 public: