X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdos_gfx.h;h=cb4119cb1b545e9cc23b38ead734d8514f70dfe4;hb=52483d8c2e16d2298a30e8b5aca4a90c07ea1816;hp=a00d77bca80635afa2aa57ec398304b47a55e16f;hpb=acb3c61575385f298afef74cc3e2d91f8411d618;p=16.git diff --git a/src/lib/dos_gfx.h b/src/lib/dos_gfx.h index a00d77bc..cb4119cb 100644 --- a/src/lib/dos_gfx.h +++ b/src/lib/dos_gfx.h @@ -27,8 +27,8 @@ void clearscr(); void plotpixel(int x, int y, byte color, byte *Where); void plotpixelfast(int x, int y, byte color, byte *Where); void BlockMove(); -void etesuto(int x, int y); -void qtesuto(int x, int y, int color); +void eraseplayer(int x, int y); +void drawplayer(int x, int y, int color); int colortest(); int colorz(); void ssd(int svq);