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