2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/engfeat/twqprop_.h,v 1.3 2000/01/31 09:45:48 adurant Exp $
7 // internal header for tweq script/property stuff
18 // actually create the thing
19 EXTERN ReactionID
create_tweq_control_reaction(void);
21 // send a tweq message to the script
22 EXTERN
void SendTweqMessage(ObjID to
, enum eTweqType type
, enum eTweqOperation op
, enum eTweqDirection dir
);
27 EXTERN
char *tweq_type_names
[];
29 EXTERN IProperty
*tweq_prop_states
[];
30 EXTERN IProperty
*tweq_prop_config
[];
32 #endif // __TWQPROP__H