/* v0.8 * * nav.h: Navigation module header. * * This program is free software and may be freely redistributed as * specified in the GNU General Public License. Please see the file * 'COPYING' for details. */ extern void navSetCourse(TAG *, int, float, float); extern void navSetWarp(TAG *, dbref, float); extern void navAllocCheck(TAG *); extern void navDoorControl(TAG *, dbref, int); extern void navLaunch(TAG *, dbref, dbref); extern void navLand(TAG *, dbref, int); extern void navDock(TAG *, dbref, TAG *, int); extern void navUndock(TAG *, dbref, dbref); extern int navWarpCost(TAG *, float); extern void navOrbit(TAG *, dbref, int); extern float navMaxWarp(TAG *, int);