Removed friendship between TileSetParser and Tile, use proper constructor instead
[supertux.git] / src / supertux / tile_set_parser.cpp
2009-12-06 grumbelRemoved friendship between TileSetParser and Tile,...
2009-12-06 grumbelMoved parsing of "tiles" section into separate function
2009-12-06 grumbelRemoved tile_path from tileset, instead give fully...
2009-12-06 grumbelMoved Tile parsing code into TileSetParser
2009-12-06 grumbelStarted moving TileSet parsing code into separate class