X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmodex16.h;h=a07121ab9f875f97c55e2812803fe31a7bcc938b;hb=07811f4fa4c414a4181c5859c60b2a99414858b0;hp=9ce226e1fccf726c1a4ccf137890bc6dd179fc0e;hpb=afc76a02fbb1d134aee4cedee173a61d3aea0b0f;p=16.git diff --git a/src/lib/modex16.h b/src/lib/modex16.h index 9ce226e1..a07121ab 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/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,8 +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 update_state_from_vga_(); #endif