convert line ends
[canaan.git] / prj / cam / src / engfeat / twqprop_.h
blobc5f1c9889e729d4bf355faa0fb28182a1152e228
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
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
8 #pragma once
10 #ifndef __TWQPROP__H
11 #define __TWQPROP__H
13 #include <reaction.h>
15 //////
16 // in twqscrpt.cpp
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);
24 //////
25 // in tweqprop.cpp
27 EXTERN char *tweq_type_names[];
29 EXTERN IProperty *tweq_prop_states[];
30 EXTERN IProperty *tweq_prop_config[];
32 #endif // __TWQPROP__H