]>
git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/weapon.h
1 /* Header: weapon.h,v 7.0 86/10/08 15:18:20 lwall Exp */
4 * Revision 7.0 86/10/08 15:18:20 lwall
5 * Split into separate files. Added amoebas and pirates.
9 EXT
int tractor
INIT(0);
14 EXT OBJECT
*isatorp
[2][3][3];
18 void weapon_init(void);
19 void fire_torp(OBJECT
*, int, int);
20 void attack(OBJECT
*);
21 void fire_phaser(OBJECT
*, int, int);
22 int tract(OBJECT
*, int, int, int);