]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/weapon.h
6872bb7200526b2ed91ddb88416101fa4d02a339
[bsdgames-darwin.git] / warp / weapon.h
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 fire_torp();
19 void attack();
20 void fire_phaser();
21 int tract();
22 void weapon_init();