X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=eradicate;a=blobdiff_plain;f=src%2Fdos%2Fgfx.h;h=ddb7da53c158a01af17c2f094864180017abdc32;hp=9556af1bdf58d3bca598663d57ea24a410972b66;hb=0e19f91320d17dc2df1fa0aeaa270b80eef545a9;hpb=2ce1b12090b2571b05d9ea451986212e590b876a diff --git a/src/dos/gfx.h b/src/dos/gfx.h index 9556af1..ddb7da5 100644 --- a/src/dos/gfx.h +++ b/src/dos/gfx.h @@ -39,6 +39,7 @@ enum { }; /* page flip and return pointer to the start of the display area (front buffer) */ void *page_flip(int vsync); +extern void (*blit_frame)(void *pixels, int vsync); #ifdef __WATCOMC__ void wait_vsync(void);