mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 07:11:42 +00:00
21 lines
513 B
C
21 lines
513 B
C
|
|
/*****************************************************************************
|
|
* name: be_aas_cluster.h
|
|
*
|
|
* desc: AAS
|
|
*
|
|
* $Archive: /source/code/botlib/be_aas_cluster.h $
|
|
* $Author: Mrelusive $
|
|
* $Revision: 2 $
|
|
* $Modtime: 10/05/99 3:32p $
|
|
* $Date: 10/05/99 3:42p $
|
|
*
|
|
*****************************************************************************/
|
|
|
|
#ifdef AASINTERN
|
|
//initialize the AAS clustering
|
|
void AAS_InitClustering(void);
|
|
//
|
|
void AAS_SetViewPortalsAsClusterPortals(void);
|
|
#endif //AASINTERN
|
|
|