eliminated global scroll_x and scroll_y variables
[supertux.git] / src / collision.h
index b9e8410..225a771 100644 (file)
@@ -54,6 +54,7 @@ Tile* gettile(float x, float y);
 bool  issolid(float x, float y);
 bool  isbrick(float x, float y);
 bool  isice(float x, float y);
+bool  isspike(float x, float y);
 bool  isfullbox(float x, float y);
 
 typedef void* (*tiletestfunction)(Tile* tile);