JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
now deleting dots which hit rocks.
[vor.git] / shape.h
diff --git a/shape.h b/shape.h
index 26b3b63..9f7371d 100644 (file)
--- a/shape.h
+++ b/shape.h
@@ -13,5 +13,6 @@ struct shape {
 
 void get_shape(SDL_Surface *img, struct shape *s);
 int collide(int xdiff, int ydiff, struct shape *r, struct shape *s);
+int pixel_collide(unsigned int xoff, unsigned int yoff, struct shape *r);
 
 #endif // VOR_SHAPE_H