X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworldmap%2Fspecial_tile.hpp;h=b17abe58eebfa11116df148f467cb7d9030423fd;hb=ce804ee356a732b967f5db8183fc70be27ca8ecc;hp=b2ea7ffd213fc0e6d25ef3ba428d6c628288cbfc;hpb=12a28b64dcce9c7ff706451b4f3aecd201cc8a5f;p=supertux.git diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index b2ea7ffd2..b17abe58e 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -21,7 +21,7 @@ #include #include -#include "lisp/lisp.hpp" +#include "util/reader_fwd.hpp" #include "math/vector.hpp" #include "supertux/game_object.hpp" @@ -32,7 +32,7 @@ namespace WorldMapNS { class SpecialTile : public GameObject { public: - SpecialTile(const lisp::Lisp* lisp); + SpecialTile(const Reader& lisp); virtual ~SpecialTile(); virtual void draw(DrawingContext& context);