JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump version to 0.5.8
[vor.git] / rocks.h
1 #include "sprite.h"
2
3 void load_rocks(void);
4 void reset_rocks(void);
5
6 void new_rocks(void);
7 void draw_rocks(void);
8
9 void blast_rocks(float x, float y, float radius);