Included supertux.h stuff into it.
[supertux.git] / src / tile.h
index 2175b2b..047bd70 100644 (file)
@@ -57,6 +57,9 @@ struct Tile
   int next_tile;
 
   int anim_speed;
+  
+  /** Draw a tile on the screen: */
+  static void draw(float x, float y, unsigned int c, Uint8 alpha = 255);
 };
 
 struct TileGroup
@@ -92,6 +95,4 @@ class TileManager
   }
 };
 
-
-
 #endif