X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vl.h;h=a3769a28216aee6c9803865982e88e30064433cf;hb=d90a09a8fadcf79f1df0f5ac85986e2896e331d5;hp=b3e7de2b15fddf06b82b98b7cdc152293bdb8317;hpb=8c5ce6d6e768ba3dfac7f4e2e95d68152ab42aaa;p=16.git diff --git a/src/lib/16_vl.h b/src/lib/16_vl.h index b3e7de2b..a3769a28 100755 --- a/src/lib/16_vl.h +++ b/src/lib/16_vl.h @@ -26,6 +26,7 @@ #define MODEX16_H #include "src/lib/16_head.h" +#include "src/lib/16_tail.h" //#include "src/lib/planar.h" //#include "src/lib/modex16/16planar.h" #include "src/lib/16text.h" @@ -257,6 +258,7 @@ void modexDrawChar(page_t *page, int x/*for planar selection only*/, word t, wor void modexprint(page_t *page, sword x, sword y, word t, boolean tlsw, word color, word bgcolor, boolean vidsw, const byte *str); void modexprintbig(page_t *page, word x, word y, word t, word col, word bgcol, const byte *str); void VL_modexPrintTextBox(global_game_variables_t *gvar); +void VL_print(const byte *str, nibble pagenum, global_game_variables_t *gvar); void modexpdump(nibble pagenum, global_game_variables_t *gvar); void VL_PatternDraw(video_t *video, word pn, boolean sw, boolean allsw); void modexWaitBorder();