2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/ai/aipthtyp.h,v 1.4 2000/03/01 13:02:57 bfarquha Exp $
16 extern BOOL g_fAIPathFindInited
;
18 ///////////////////////////////////////////////////////////////////////////////
20 typedef unsigned tAIPathCellID
;
21 typedef unsigned tAIPathVertexID
;
22 typedef unsigned tAIPathCell2CellLinkID
;
23 typedef unsigned tAIPathCell2VertexLinkID
;
25 typedef ushort tAIPathCellIDPacked
;
26 typedef ushort tAIPathVertexIDPacked
;
27 typedef ushort tAIPathCell2CellLinkIDPacked
;
28 typedef ushort tAIPathCell2VertexLinkIDPacked
;
30 typedef ushort tAIPathZone
;
32 typedef uchar tAIPathOkBits
;
39 kAIZone_HighStrikeLVL
,
43 ///////////////////////////////////////////////////////////////////////////////
45 #endif /* !__AIPTHTYP_H */