summaryrefslogtreecommitdiffstats
path: root/warp/weapon.h
blob: dbe129cecf8612d98b8d01fd85de61c0e5818b35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Header: weapon.h,v 7.0 86/10/08 15:18:20 lwall Exp */

/* Log:	weapon.h,v
 * Revision 7.0  86/10/08  15:18:20  lwall
 * Split into separate files.  Added amoebas and pirates.
 *
 */

EXT int tractor INIT(0);

EXT int etorp;
EXT int btorp;

EXT OBJECT *isatorp[2][3][3];

EXT int aretorps;

void weapon_init(void);
void fire_torp(OBJECT *, int, int);
void attack(OBJECT *);
void fire_phaser(OBJECT *, int, int);
int tract(OBJECT *, int, int, int);