1 #ifndef _DJGPP_INCLUDE_VIEW_ZP
2 #define _DJGPP_INCLUDE_VIEW_ZP
3 
4 #include "pce.h"
5 /*
6 #include "svgaallg.h"
7 */
8 #include "debug.h"
9 
10 void view_zp();
11 // the main function to edit ram
12 
13 #endif
14