New get_planes(), factored out of plane flying commands
No functional change.
This commit is contained in:
parent
3eb58312b3
commit
d3f644a37f
7 changed files with 30 additions and 20 deletions
|
@ -535,6 +535,8 @@ extern int pln_postread(int, void *);
|
|||
extern int pln_prewrite(int, void *);
|
||||
/* plnsub.c */
|
||||
extern void count_planes(struct shpstr *);
|
||||
extern int get_planes(struct nstr_item *, struct nstr_item *,
|
||||
char *, char *);
|
||||
extern struct sctstr *get_assembly_point(char *, struct sctstr *, char *);
|
||||
extern int pln_onewaymission(struct sctstr *, int *, int *);
|
||||
extern int pln_oneway_to_carrier_ok(struct emp_qelem *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue