2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/shock/shkmain.h,v 1.2 2000/01/31 09:57:53 adurant Exp $
13 // Shock "Master Control" Loopmode.
15 // Currently just starts the intro cutscene and switches to main
16 // menu, but may do more in the future.
19 EXTERN
void ShockMasterModeInit();
20 EXTERN
void ShockMasterModeTerm();
23 EXTERN
struct sLoopInstantiator
* DescribeShockMasterMode(void);
25 enum eShockMasterModeState
31 // Set which of the above states the master mode will be in
32 EXTERN
void ShockSetMasterMode(int state
);