X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=55e0be87641900ea7e91c800237043cb00423d1b;hb=5d8d1deb6c3520abadbad86d202ea453df77bfc2;hp=0b30850dc0ba5ed260dc9ef06d13b6ec30a68368;hpb=d937a6f3af5c671144b23c71fef3f856e02db01b;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 0b30850d..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,7 +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); #endif