JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
oops, have to check all 9 buckets.
[vor.git] / rocks.h
diff --git a/rocks.h b/rocks.h
index 3468438..52c8cab 100644 (file)
--- a/rocks.h
+++ b/rocks.h
@@ -1,10 +1,13 @@
-#include <SDL.h>
 #include "shape.h"
 
 int init_rocks(void);
-void new_rocks(void);
 void reset_rocks(void);
+
+void new_rocks(void);
 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);