JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
* mt.c: Added (Mersenne Twister random number generator).
[vor.git] / rocks.h
1 #include "shape.h"
2
3 int init_rocks(void);
4 void reset_rocks(void);
5
6 void new_rocks(void);
7 void move_rocks(void);
8 void draw_rocks(void);
9
10 int hit_rocks(float x, float y, struct shape *shape);
11 void blast_rocks(float x, float y, float radius, int onlyslow);