subs: Add unitsatxy() parameter only_count
Like shipsatxy(). To be used shortly. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
c9fc05ae5b
commit
9b33a4c598
3 changed files with 13 additions and 11 deletions
|
@ -448,7 +448,7 @@ extern int roundrange(double);
|
|||
/* list.c */
|
||||
extern int shipsatxy(coord, coord, int, int, int);
|
||||
extern int carriersatxy(coord, coord, natid);
|
||||
extern int unitsatxy(coord, coord, int, int);
|
||||
extern int unitsatxy(coord, coord, int, int, int);
|
||||
extern int planesatxy(coord, coord, int, int);
|
||||
extern int asw_shipsatxy(coord, coord, int, int, struct plnstr *,
|
||||
struct shiplist **);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue