X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.h;h=1fbff539636fe53227572fd51710ba805e50c50f;hp=9297012c66450b37fd7fd2ab7b985a49e885d1ff;hb=1d9107a3d43b3f57087edee14f1eaf7c1f3db54e;hpb=36430b3c87da1304d1de5bf9d294545f46d6f3a0 diff --git a/rocks.h b/rocks.h index 9297012..1fbff53 100644 --- a/rocks.h +++ b/rocks.h @@ -1,12 +1,9 @@ -#include -#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); -void blast_rocks(float x, float y, float radius, int onlyslow); +void blast_rocks(float x, float y, float radius);