install: add install sources and resources
[doom2d-restoration.git] / GAME / DOTS.H
blob826df3850bac9d87f7575cb51263483eeb87bc6b
1 // Dots
3 #define MAXDOT 400
5 void DOT_init(void);
6 void DOT_alloc(void);
7 void DOT_act(void);
8 void DOT_draw(void);
9 void DOT_add(int x,int y,char xv,char yv,byte color,byte time);
10 void DOT_blood(int,int,int,int,int);
11 void DOT_spark(int,int,int,int,int);
12 void DOT_water(int,int,int,int,int,int);