X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_vl.h;h=078a5080b487a8a6d6e115c5106216cf3bb9970e;hb=a9fe632397649ac62b1d7febda9a62bc517c5c53;hp=91db3049fc66befde000d91ac286ae4cfbbd4265;hpb=1af0b853a337587df021dcabc445088c78fbd703;p=16.git diff --git a/src/lib/16_vl.h b/src/lib/16_vl.h index 91db3049..078a5080 100755 --- a/src/lib/16_vl.h +++ b/src/lib/16_vl.h @@ -254,7 +254,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 modexpdump(page_t *pee); +void modexpdump(nibble pagenum, global_game_variables_t *gvar); void VL_PatternDraw(video_t *video, word pn, boolean sw, boolean allsw); void modexWaitBorder(); void modexWaitBorder_start();