convert line ends
[canaan.git] / prj / cam / src / engfeat / tfint.h
blob976d7714cd0464191455d906a3cbd129f5faa63a
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/engfeat/tfint.h,v 1.2 2000/01/31 09:45:40 adurant Exp $
7 #pragma once
9 #ifndef TFINT_H
10 #define TFINT_H
11 #include <objtype.h>
13 //------------------------------------------------------------
14 // TrapFlags FN PROTOS
18 #define TRAPF_NONE 0x000
19 #define TRAPF_ONCE 0x001
20 #define TRAPF_INVERT 0x002
21 #define TRAPF_NOON 0x004
22 #define TRAPF_NOOFF 0x008
24 #define PROP_TF_NAME "TrapFlags"
26 EXTERN BOOL ObjGetTrapFlags(ObjID obj, int *tf);
27 EXTERN BOOL ObjSetTrapFlags(ObjID obj, int tf);
29 #endif // TFINT_H