Factor new lnd_sabo() out of sabo()
This permits giving seagun(), fortgun() and landunitgun() internal linkage.
This commit is contained in:
parent
162c79bb73
commit
ad296698f9
4 changed files with 32 additions and 14 deletions
|
@ -165,6 +165,7 @@ extern int lnd_nxlight(struct lndstr *);
|
|||
extern int lnd_nland(struct lndstr *);
|
||||
|
||||
extern int lnd_fire(struct lndstr *);
|
||||
extern int lnd_sabo(struct lndstr *, short *);
|
||||
extern double lnd_fire_range(struct lndstr *);
|
||||
|
||||
/* src/lib/subs/lndsub.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue