convert line ends
[canaan.git] / prj / cam / src / object / netmniid.h
blobb4769b0a3a52689d2f0f31c6b3ab174beabb773e
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/object/netmniid.h,v 1.7 2000/01/29 13:23:48 adurant Exp $
7 #pragma once
9 // IIDs associated with the network manager and its properties.
11 DEFINE_LG_GUID(IID_INetManager, 0x1a5);
12 DEFINE_LG_GUID(IID_IHostObjIDProperty, 0x1f7);
13 // The following is a for a private property for the net manager.
14 DEFINE_LG_GUID(IID_INetPlayerProperty, 0x1f1);
15 DEFINE_LG_GUID(IID_IAvatar, 0x221);
16 DEFINE_LG_GUID(IID_INetStats, 0x23d);
17 // The following is for a private property for network heartbeats.
18 DEFINE_LG_GUID(IID_IHeartbeatListProperty, 0x273);
19 // This is defined in netapp.h, and should be implemented by the game:
20 DEFINE_LG_GUID(IID_INetAppServices, 0x334);