convert line ends
[canaan.git] / prj / cam / src / deepc / actreact / dpcreact.h
bloba4da1b316c622ad36ca94e08f5345d2642d3a275
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 #pragma once
7 #ifndef __DPCREACT_H
8 #define __DPCREACT_H
10 ////////////////////////////////////////////////////////////
11 // ACT/REACT REACTIONS FOR DEEP COVER
14 #define REACTION_SET_MODEL "set_model"
15 #define REACTION_LIGHT_OFF "light_off"
16 #define REACTION_LIGHT_ON "light_on"
17 #define REACTION_RADIATE "radiate"
18 #define REACTION_POISON "toxin"
20 EXTERN void DPCReactionsInit(void);
21 EXTERN void DPCReactionsPostLoad(void);
24 #endif // __DPCREACT_H