X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.hpp;h=f0668d56dd37f6e629a3a064b89bf4473262c071;hb=5742dd7bfaf2fa8ffdb812bbc150826554959c98;hp=e1b57f4b318d3bcc1de004145d58414bc33c4f06;hpb=e58a0205a8836820b53a7b875942bae7b0e629fd;p=supertux.git diff --git a/src/tile.hpp b/src/tile.hpp index e1b57f4b3..f0668d56d 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -26,7 +26,8 @@ #include #include "video/surface.hpp" #include "math/rect.hpp" -#include "lisp/lisp.hpp" + +namespace lisp { class Lisp; } class DrawingContext; @@ -75,6 +76,7 @@ public: WORLDMAP_SOUTH = 0x0002, WORLDMAP_EAST = 0x0004, WORLDMAP_WEST = 0x0008, + WORLDMAP_DIR_MASK = 0x000f, WORLDMAP_STOP = 0x0010,