install: add install sources and resources
[doom2d-restoration.git] / GAME / SMOKE.H
blob4aa20a9cd3288783a184b74a4bb6eb58bbb39646
1 // Smoke
3 #define MAXSMOK 500
5 void SMK_init(void);
6 void SMK_alloc(void);
7 void SMK_act(void);
8 void SMK_draw(void);
9 void SMK_add(int x,int y,int xv,int yv,byte t,byte s,short o);
10 void SMK_gas(int x,int y,int rx,int ry,int xv,int yv,int k);
11 void SMK_flame(int x,int y,int ox,int oy,int rx,int ry,int xv,int yv,int k,int o);