X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=23202f2d50508828ebd4243f91a5b7b3096c59c6;hb=3237f100b93a7d331880b7bf92305c891872040e;hp=c33d26d116e5b350e4f60f275aebb8e1a55d2dec;hpb=d5a4d9aafbf32d7224dbe7f284a7f7ee37b89f89;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index c33d26d1..23202f2d 100755 --- a/src/lib/modex16.h +++ b/src/lib/modex16.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -27,20 +27,23 @@ #include "src/lib/16_head.h" #include "src/lib/bitmap.h" -#include "src/lib/planar.h" -#include "src/lib/modex16/16planar.h" +//#include "src/lib/planar.h" +//#include "src/lib/modex16/16planar.h" #include "src/lib/16text.h" -#include "src/lib/modex16/16render.h" -#include "src/lib/modex16/320x240.h" +#include "src/lib/16render.h" +////#include "src/lib/modex16/320x240.h" // #include "src/lib/modex16/320x200.h" // #include "src/lib/modex16/256x192.h" // #include "src/lib/modex16/192x144_.h" // #include "src/lib/modex16/160x120.h" +#ifdef __WATCOMC__ #include #include #include #include +#include +#endif static struct pcxHeader { byte id; @@ -184,9 +187,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