2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
6 // $Header: r:/t2repos/thief2/src/ui/panltool.h,v 1.3 1999/10/11 16:21:51 adurant Exp $
11 ////////////////////////////////////////////////////////////
12 // Simple panel mode tools
15 EXTERN
void InitPanelTools(void);
16 EXTERN
void TermPanelTools(void);
18 // Switch to a static image, centered on on the existing background
19 EXTERN
void StaticImagePanel(const char* respath
, const char* image
);
21 // play a movie, using movie_path
22 // returns FALSE iff movie not found
23 EXTERN BOOL
MoviePanel(const char* filename
);
28 #endif // __PANLTOOL_H