X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.h;h=1fbff539636fe53227572fd51710ba805e50c50f;hp=52c8cab374c16f6f872498160187e8ff7a56f6b3;hb=0224eb908d4084f52a22c8d64404a0efb4acfa35;hpb=1f33a47c0e3b72d6050b72926643812237dc3f49 diff --git a/rocks.h b/rocks.h index 52c8cab..1fbff53 100644 --- a/rocks.h +++ b/rocks.h @@ -1,13 +1,9 @@ -#include "shape.h" +#include "sprite.h" -int init_rocks(void); +void load_rocks(void); void reset_rocks(void); void new_rocks(void); -void move_rocks(void); void draw_rocks(void); -int hit_rocks(float x, float y, struct shape *shape); -int pixel_hit_rocks(float x, float y); - -void blast_rocks(float x, float y, float radius, int onlyslow); +void blast_rocks(float x, float y, float radius);