24 lines
705 B
C
24 lines
705 B
C
|
|
||
|
/*****************************************************************************
|
||
|
* name: be_aas_routealt.h
|
||
|
*
|
||
|
* desc: AAS
|
||
|
*
|
||
|
* $Archive: /source/code/botlib/be_aas_routealt.h $
|
||
|
* $Author: Mrelusive $
|
||
|
* $Revision: 2 $
|
||
|
* $Modtime: 10/05/99 3:32p $
|
||
|
* $Date: 10/05/99 3:42p $
|
||
|
*
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#ifdef AASINTERN
|
||
|
void AAS_InitAlternativeRouting(void);
|
||
|
void AAS_ShutdownAlternativeRouting(void);
|
||
|
#endif //AASINTERN
|
||
|
|
||
|
|
||
|
int AAS_AlternativeRouteGoals(vec3_t start, int startareanum, vec3_t goal, int goalareanum, int travelflags,
|
||
|
aas_altroutegoal_t *altroutegoals, int maxaltroutegoals,
|
||
|
int type);
|