X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fship.h;h=8557487909eca8ada4a0405df0e3fe3191580cc9;hp=ed005af1f210748646f33ec376a5c35348f6202d;hb=beedf8dce;hpb=5bc934fe25d992f2e88f45429c21ff6b2b1ddb76;ds=sidebyside diff --git a/include/ship.h b/include/ship.h index ed005af1f..855748790 100644 --- a/include/ship.h +++ b/include/ship.h @@ -173,11 +173,13 @@ extern int shp_may_nav(struct shpstr *, struct shpstr *, char *); extern void shp_sel(struct nstr_item *, struct emp_qelem *); extern struct ulist *shp_insque(struct shpstr *, struct emp_qelem *); extern void shp_nav_stay_behind(struct emp_qelem *, natid); +extern void shp_nav_put(struct emp_qelem *, natid); extern int shp_sweep(struct emp_qelem *, int, int, natid); extern enum shp_stuck shp_check_nav(struct shpstr *, struct sctstr *); extern int sect_has_dock(struct sctstr *); extern int shp_hardtarget(struct shpstr *); -extern int shp_nav_one_sector(struct emp_qelem *, int, natid); +extern int shp_nav_dir(struct emp_qelem *, int, natid); +extern int shp_nav_gauntlet(struct emp_qelem *, int, natid); extern int shp_missile_defense(coord, coord, natid, int); extern void shp_missdef(struct shpstr *, natid); extern double shp_mobcost(struct shpstr *);