X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fsoft%2Fvga.h;h=eb077023c347b9a392ce7ddc9af35fb26c581308;hp=dc91d2b90d343fae503973b9e89c58660ec62719;hb=ce966b1616662fdba1adac371205cd93ee741588;hpb=647924a407f11655babc5450f098ee504fe1d182 diff --git a/src/soft/vga.h b/src/soft/vga.h index dc91d2b..eb07702 100644 --- a/src/soft/vga.h +++ b/src/soft/vga.h @@ -103,6 +103,7 @@ void V_remap (vgaimg *i, colormap m); void V_remap_rect (int x, int y, int w, int h, byte *cmap); +void V_update_buffer (void); void V_rotspr (int x, int y, vgaimg* i, int d); void V_center (int f); void V_offset (int ox, int oy);