X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftile.h;h=978ed3a5209a83f081294c5855d601e16e48a3df;hb=308f11e38981077626fe0ea9887094f3c28b02f9;hp=e72fbee06bddef6a2e55b1b51d5963cc049eb9af;hpb=03fe5c560a616e7d38a8b1d5d11bfe4675fa8896;p=supertux.git diff --git a/src/tile.h b/src/tile.h index e72fbee06..978ed3a52 100644 --- a/src/tile.h +++ b/src/tile.h @@ -24,11 +24,11 @@ #include #include #include + #include "screen/texture.h" #include "globals.h" #include "lispreader.h" #include "setup.h" -#include "polygon.h" #include "vector.h" class LispReader; @@ -76,7 +76,7 @@ public: }; /** tile attributes */ - uint32_t attributes; + Uint32 attributes; /** General purpose data attached to a tile (content of a box, type of coin)*/ int data;