- did some C++ifying. let's try to follow suit :)
[supertux.git] / src / tile.h
index c466db2..978ed3a 100644 (file)
@@ -24,6 +24,7 @@
 #include <set>
 #include <map>
 #include <vector>
+
 #include "screen/texture.h"
 #include "globals.h"
 #include "lispreader.h"
@@ -75,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;