2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 ///////////////////////////////////////////////////////////////////////////////
7 // $Header: r:/t2repos/thief2/src/sim/roombase.h,v 1.2 2000/01/31 10:00:33 adurant Exp $
9 // Room System base structures
25 ////////////////////////
27 // Structure declarations
48 ////////////////////////
52 typedef BOOL (*tWatchCallback
) (ObjID objID
);
53 typedef void (*tPortalCallback
) (ObjID objID
, cRoom
*roomFrom
, cRoom
*roomTo
);
56 ////////////////////////
61 const int kAllObjWatchHandle
= 0;
63 const tEdge OBBEdge
[12] = { {0, 1}, {1, 2}, {2, 3}, {3, 0},
64 {4, 5}, {5, 6}, {6, 7}, {7, 4},
65 {0, 4}, {1, 5}, {2, 6}, {3, 7} };