X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=55e0be87641900ea7e91c800237043cb00423d1b;hb=5d8d1deb6c3520abadbad86d202ea453df77bfc2;hp=c33d26d116e5b350e4f60f275aebb8e1a55d2dec;hpb=d5a4d9aafbf32d7224dbe7f284a7f7ee37b89f89;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index c33d26d1..55e0be87 100755 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -37,10 +37,12 @@ // #include "src/lib/modex16/192x144_.h" // #include "src/lib/modex16/160x120.h" +#ifdef __WATCOMC__ #include #include #include #include +#endif static struct pcxHeader { byte id; @@ -184,9 +186,6 @@ void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, c void modexpdump(page_t *pee); void modexcls(page_t *page, byte color, byte *Where); void modexWaitBorder(); -void bios_cls(); void modexprintmeminfo(video_t *v); -void vga_write_crtc_mode_(struct vga_mode_params *p,unsigned int flags); -void vga_read_crtc_mode_(struct vga_mode_params *p); #endif