1 /*
2 	This contains project platfrom specifc externs
3 	and prototypes. Only valid when we are calling one
4 	p\p function from another.
5 */
6 
7 
8 
9 extern void LoadRifFile();
10 
11 
12 
13 /* record of the histance passed to winmain */
14 
15 
16 extern HINSTANCE AVP_HInstance;
17 extern int AVP_NCmd;
18 
19 extern int AVP_ChangeDisplayMode
20 					(
21 						HINSTANCE hInst,
22 						int nCmd,
23 						int NewVideoMode,
24 						int NewWindowMode,
25 						int NewZBufferMode,
26 						int NewRasterisationMode,
27 						int NewSoftwareScanDrawMode,
28 						int NewDXMemoryMode
29 					);
30 
31 
32 
33 extern int WindowMode;
34 extern int WindowRequestMode;
35 extern int VideoRequestMode;
36 extern int ZBufferRequestMode;
37 extern int RasterisationRequestMode;
38 extern int SoftwareScanDrawRequestMode;
39 extern int DXMemoryRequestMode;
40