convert line ends
[canaan.git] / prj / cam / src / ui / panltool.h
blob4d7244d0bb5536045b3bd70761d8223c86518c49
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/ui/panltool.h,v 1.3 1999/10/11 16:21:51 adurant Exp $
7 #pragma once
8 #ifndef __PANLTOOL_H
9 #define __PANLTOOL_H
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