JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fixed Makefile so we don't have to ship font_guts and font_guts.pov in the tarball
[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);