X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Fexmmtest.c;h=83aa4e2b63d41df54ed21f62197a15bf1d09ff5b;hb=68ed07e129d9504e398bc771082352ee0f591d85;hp=276c1721ee07b4ad9f956cbdf68567256eed2335;hpb=e84d1c74c399a2fe17488b6a7b4eb82ec52e10dd;p=16.git diff --git a/src/exmmtest.c b/src/exmmtest.c index 276c1721..83aa4e2b 100755 --- a/src/exmmtest.c +++ b/src/exmmtest.c @@ -52,11 +52,12 @@ void TL_VidInit(global_game_variables_t *gvar) gvar->video.old_mode = 3; } +void VL_print(const byte *str, nibble pagenum, global_game_variables_t *gvar){ printf("%s\n", str); } + #ifdef __WATCOMC__ void VL_ShowPage(page_t *page, boolean vsync, boolean sr){} void modexClearRegion(page_t *page, int x, int y, int w, int h, byte color){} void modexprint(page_t *page, sword x, sword y, word t, boolean tlsw, word color, word bgcolor, boolean vidsw, const byte *str){ printf("%s\n", str); } -void VL_print(const byte *str, nibble pagenum, global_game_variables_t *gvar){ printf("%s\n", str); } void modexpdump(nibble pagenum, global_game_variables_t *gvar){} #endif #endif