1 #ifndef _DJGPP_INCLUDE_INTERF_H
2 #define _DJGPP_INCLUDE_INTERF_H
3 
4 /*
5 #include "svgaallg.h"
6 */
7 #include "pce.h"
8 #include <math.h>
9 
10 UChar gui();
11 // This function calls a true GUI allowing to change options, etc...
12 
13 extern char skin_filename[256];
14 // filename of the skin to use
15 
16 #endif
17