]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_vl.h
==== OK i removed all warnings wwww
[16.git] / src / lib / 16_vl.h
index 37eab24a6fa4579884701b4b37dfce6ed3c01037..d0af774f43f1e8edb90403f9e7b32d9d31a1e4d7 100755 (executable)
@@ -30,7 +30,6 @@
 //#include "src/lib/planar.h"\r
 //#include "src/lib/modex16/16planar.h"\r
 #include "src/lib/16text.h"\r
-#include "src/lib/16render.h"\r
 ////#include "src/lib/modex16/320x240.h"\r
 // #include "src/lib/modex16/320x200.h"\r
 // #include "src/lib/modex16/256x192.h"\r
@@ -162,6 +161,7 @@ static inline byte modexreadPixel(page_t *page, int x, int y, word addr)
 }\r
 #endif\r
 \r
+void modexDrawChar(page_t *page, int x/*for planar selection only*/, word t, word col, word bgcol, word addr);\r
 void modexprint(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str);\r
 void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str);\r
 void modexpdump(page_t *pee);\r