X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=55e0be87641900ea7e91c800237043cb00423d1b;hb=848c772e64209441c696de3d8101f7b3b81f1354;hp=0b30850dc0ba5ed260dc9ef06d13b6ec30a68368;hpb=2daba83dc0abd13c53287172cf6509870bf5ab17;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