xref: /netbsd-src/games/warp/weapon.h (revision 1182a44c59cae4d586117d55eca24b4b8b173211)
1 /* Header: weapon.h,v 7.0 86/10/08 15:18:20 lwall Exp */
2 
3 /* Log:	weapon.h,v
4  * Revision 7.0  86/10/08  15:18:20  lwall
5  * Split into separate files.  Added amoebas and pirates.
6  *
7  */
8 
9 EXT int tractor INIT(0);
10 
11 EXT int etorp;
12 EXT int btorp;
13 
14 EXT OBJECT *isatorp[2][3][3];
15 
16 EXT int aretorps;
17 
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);
23