2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/object/propstat.h,v 1.2 1998/10/01 18:40:37 mahk Exp $
11 ////////////////////////////////////////////////////////////
12 // PROPERTY STATISTICS API
15 typedef struct sPropTimeStats sPropTimeStats
;
18 #define INTERFACE IPropertyStats
19 DECLARE_INTERFACE_(IPropertyStats
,IUnknown
)
22 // Standard IUnknown Stuff
24 DECLARE_UNKNOWN_PURE();
27 // Our stat gathering methods
29 STDMETHOD_(sPropTimeStats
*,GetTimeStats
)(THIS
) PURE
;
34 #endif // __PROPSTAT_H