X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.h;h=52c8cab374c16f6f872498160187e8ff7a56f6b3;hp=9297012c66450b37fd7fd2ab7b985a49e885d1ff;hb=2b5dd5bc0eb1739dd744de6f565d0f3a7ae02c95;hpb=36430b3c87da1304d1de5bf9d294545f46d6f3a0 diff --git a/rocks.h b/rocks.h index 9297012..52c8cab 100644 --- a/rocks.h +++ b/rocks.h @@ -1,4 +1,3 @@ -#include #include "shape.h" int init_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);