X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=rocks.h;fp=rocks.h;h=34684389dae304284981073a612e01cfafdce8e5;hp=0000000000000000000000000000000000000000;hb=46dacbe75dac20a1c6e1b61a2eb99ca25fc971ec;hpb=e3ee5ceeccdd8f3b82c7ec2df50e3a9f2c77914d diff --git a/rocks.h b/rocks.h new file mode 100644 index 0000000..3468438 --- /dev/null +++ b/rocks.h @@ -0,0 +1,10 @@ +#include +#include "shape.h" + +int init_rocks(void); +void new_rocks(void); +void reset_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);