convert line ends
[canaan.git] / prj / cam / src / object / edtraity.h
blobf96d853113c05e4d7dc8459774425fc399e36a56
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/object/edtraity.h,v 1.1 1997/12/03 15:43:08 mahk Exp $
7 #pragma once
8 #ifndef __EDTRAITY_H
9 #define __EDTRAITY_H
11 #include <comtools.h>
14 // Editable trait types
17 F_DECLARE_INTERFACE(IEditTrait);
19 // Descriptor
20 typedef struct sEditTraitDesc sEditTraitDesc;
22 // Capabilities
23 typedef struct sEditTraitCaps sEditTraitCaps;
26 #endif // __EDTRAITY_H