JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
started on new rock generation.
[vor.git] / rocks.h
diff --git a/rocks.h b/rocks.h
index 3468438..9297012 100644 (file)
--- a/rocks.h
+++ b/rocks.h
@@ -2,9 +2,11 @@
 #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);
 void blast_rocks(float x, float y, float radius, int onlyslow);