New in_oparea(), factored out of build_mission_list_type()
This commit is contained in:
parent
439fa2eadc
commit
40d8357746
2 changed files with 12 additions and 12 deletions
|
@ -485,6 +485,7 @@ extern int unit_interdict(coord, coord, natid, char *, int, int);
|
|||
extern int off_support(coord, coord, natid, natid);
|
||||
extern int def_support(coord, coord, natid, natid);
|
||||
extern int oprange(struct empobj *);
|
||||
extern int in_oparea(struct empobj *, coord, coord);
|
||||
extern int cando(int, int);
|
||||
extern void show_mission(int, struct nstr_item *);
|
||||
extern int air_defense(coord, coord, natid, struct emp_qelem *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue