]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/bang.h
1 /* Header: bang.h,v 7.0 86/10/08 15:12:03 lwall Exp */
4 * Revision 7.0 86/10/08 15:12:03 lwall
5 * Split into separate files. Added amoebas and pirates.
9 EXT
long blast
[YSIZE
][XSIZE
];
11 EXT
bool xblasted
[XSIZE
];
12 EXT
bool yblasted
[YSIZE
];
14 EXT
char bangy
[YSIZE
*XSIZE
];
15 EXT
char bangx
[YSIZE
*XSIZE
];
16 EXT
char bangs
[YSIZE
*XSIZE
];
18 EXT
long bangm
[YSIZE
*XSIZE
];
28 void make_plink(int, int);
29 void make_blast(int, int, int, long);