mirror of
https://github.com/ioquake/jedi-academy.git
synced 2024-11-22 04:11:57 +00:00
23 lines
682 B
C
23 lines
682 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);
|