convert line ends
[canaan.git] / prj / cam / src / motion / crettype.h
blob05422bf5a44d2914d477870c23d1985b3a195f51
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/motion/crettype.h,v 1.6 2000/01/31 09:50:08 adurant Exp $
7 #pragma once
9 #ifndef __CRETTYPE_H
10 #define __CRETTYPE_H
12 typedef struct sCreatureHandle sCreatureHandle;
14 typedef struct sCreatureAttachInfo sCreatureAttachInfo;
16 typedef struct sCrPhysModOffset sCrPhysModOffset;
18 typedef struct sCrPhysModOffsetTable sCrPhysModOffsetTable;
20 typedef struct sCreatureDesc sCreatureDesc;
22 #ifdef __cplusplus
23 typedef class cCreature cCreature;
25 typedef class cCreatureFactory cCreatureFactory;
26 #endif
28 #define kCrWeap_Invalid -1 // invalid weapon type
29 #define kCreatureTypeInvalid -1
31 #endif