Inline BestShipPath(), BestAirPath() glue
Following commits will simplify the resulting code.
This commit is contained in:
parent
92e64d7638
commit
e450c31ddb
7 changed files with 70 additions and 89 deletions
|
@ -81,10 +81,6 @@ extern void path_find_print_stats(void);
|
|||
#define path_find_print_stats() ((void)0)
|
||||
#endif
|
||||
|
||||
/* src/lib/common/path.c */
|
||||
extern char *BestShipPath(char *, int, int, int, int, int);
|
||||
extern char *BestAirPath(char *, int, int, int, int);
|
||||
|
||||
/* src/lib/subs/paths.c */
|
||||
extern char *getpath(char *, char *, coord, coord, int, int, enum p_mode);
|
||||
extern double fcost(struct sctstr *, natid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue