Galactic Bloodshed
doship.h
Go to the documentation of this file.
1 // Copyright 2014 The Galactic Bloodshed Authors. All rights reserved.
2 // Use of this source code is governed by a license that can be
3 // found in the COPYING file.
4 
5 #ifndef DOSHIP_H
6 #define DOSHIP_H
7 
8 #include "gb/ships.h"
9 #include "gb/vars.h"
10 
11 void doship(Ship *, int);
12 void domass(Ship *);
13 void doown(Ship *);
14 void domissile(Ship *);
15 void domine(int, int);
16 void doabm(Ship *);
17 int do_weapon_plant(Ship *);
18 
19 #endif // DOSHIP_H
void doship(Ship *, int)
Definition: doship.cc:50
void doown(Ship *)
Definition: doship.cc:226
void domissile(Ship *)
Definition: doship.cc:237
int do_weapon_plant(Ship *)
Definition: doship.cc:752
void domass(Ship *)
Definition: doship.cc:204
void domine(int, int)
Definition: doship.cc:316
void doabm(Ship *)
Definition: doship.cc:419