JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Updated collide to take two sprites.
[vor.git] / rocks.h
1 #include "sprite.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(Sprite *s);
11 int pixel_hit_rocks(float x, float y);
12
13 void blast_rocks(float x, float y, float radius, int onlyslow);