X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.h;h=40f26bdbcf44f5cf202f81d4950572f444edf32a;hp=9297012c66450b37fd7fd2ab7b985a49e885d1ff;hb=f33f1a05297ce0156030f0f78ecf5b84e00d424c;hpb=36430b3c87da1304d1de5bf9d294545f46d6f3a0 diff --git a/rocks.h b/rocks.h index 9297012..40f26bd 100644 --- a/rocks.h +++ b/rocks.h @@ -1,5 +1,4 @@ -#include -#include "shape.h" +#include "sprite.h" int init_rocks(void); void reset_rocks(void); @@ -9,4 +8,6 @@ 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);