JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Added a 48x48 version of the ship for use as an icon.
[vor.git] / rocks.h
1 #include "sprite.h"
2
3 void load_rocks(void);
4 void reset_rocks(void);
5
6 void new_rocks(float ticks);
7 void draw_rocks(void);
8
9 void blast_rocks(float x, float y, float radius);