2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/object/objedtyp.h,v 1.4 1997/12/04 15:03:36 mahk Exp $
12 F_DECLARE_INTERFACE(IObjEditor
);
13 F_DECLARE_INTERFACE(IObjEditors
);
16 // Object editor types
25 typedef ulong eObjEdModality
;
27 typedef struct sObjEditorDesc sObjEditorDesc
;
28 typedef struct sObjEditorEvent sObjEditorEvent
;
30 typedef void* ObjEditCBData
;
31 typedef void (LGAPI
* ObjEditCB
)(sObjEditorEvent
* event
, ObjEditCBData data
);
33 typedef struct sEditTraitIter sEditTraitIter
;
36 #endif // __OBJEDTYP_H