X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_vl.h;h=d0af774f43f1e8edb90403f9e7b32d9d31a1e4d7;hb=217ecb074c41c41b7e4958eab9e9ce41c6c01f24;hp=37eab24a6fa4579884701b4b37dfce6ed3c01037;hpb=16fee04bfaa2cf218b1a906b0df0ed7e3a5706fa;p=16.git diff --git a/src/lib/16_vl.h b/src/lib/16_vl.h index 37eab24a..d0af774f 100755 --- a/src/lib/16_vl.h +++ b/src/lib/16_vl.h @@ -30,7 +30,6 @@ //#include "src/lib/planar.h" //#include "src/lib/modex16/16planar.h" #include "src/lib/16text.h" -#include "src/lib/16render.h" ////#include "src/lib/modex16/320x240.h" // #include "src/lib/modex16/320x200.h" // #include "src/lib/modex16/256x192.h" @@ -162,6 +161,7 @@ static inline byte modexreadPixel(page_t *page, int x, int y, word addr) } #endif +void modexDrawChar(page_t *page, int x/*for planar selection only*/, word t, word col, word bgcol, word addr); void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void modexpdump(page_t *pee);