JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed shape files to sprite, added todo list to svn.
[vor.git] / rocks.h
diff --git a/rocks.h b/rocks.h
index e6a6274..40f26bd 100644 (file)
--- a/rocks.h
+++ b/rocks.h
@@ -1,4 +1,4 @@
-#include "shape.h"
+#include "sprite.h"
 
 int init_rocks(void);
 void reset_rocks(void);
@@ -8,4 +8,6 @@ void move_rocks(void);
 void draw_rocks(void);
 
 int hit_rocks(float x, float y, struct shape *shape);
+int pixel_hit_rocks(float x, float y);
+
 void blast_rocks(float x, float y, float radius, int onlyslow);