X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftilemap.h;h=92d121dfce8be50d65cfe37eb39ca498c070c69c;hb=95ef01464dbf007c0f0d9c3d8a88a147c117385d;hp=3df34cb9aafa2733abbfcb15f203ef62342a71b8;hpb=055fb8d0e2d75acff6185f5a4f5c75e0782503c5;p=supertux.git diff --git a/src/tilemap.h b/src/tilemap.h index 3df34cb9a..92d121dfc 100644 --- a/src/tilemap.h +++ b/src/tilemap.h @@ -22,13 +22,18 @@ #include -#include "game_object.h" +#include "special/game_object.h" #include "serializable.h" -#include "vector.h" +#include "math/vector.h" + +using namespace SuperTux; + +namespace SuperTux { +class LispReader; +} class Level; class TileManager; -class LispReader; class Tile; struct TileId