Factor out ship usable gun calculation into shp_usable_gun()
This commit is contained in:
parent
ffab089c61
commit
4849600cd5
5 changed files with 16 additions and 7 deletions
|
@ -187,5 +187,6 @@ extern int shp_dchrg(struct shpstr *);
|
|||
extern int shp_fire(struct shpstr *);
|
||||
extern int shp_torp(struct shpstr *, int);
|
||||
extern double shp_fire_range(struct shpstr *);
|
||||
extern int shp_usable_guns(struct shpstr *);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue