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