22 lines
534 B
C
22 lines
534 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
|
||
|
|