X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdos_gfx.h;h=cb4119cb1b545e9cc23b38ead734d8514f70dfe4;hb=52483d8c2e16d2298a30e8b5aca4a90c07ea1816;hp=97ff4af5764ab56b30bfc3cff30e5952e048d1ba;hpb=8546b30d561c27e4b1eab164e17baf4c84a5c42e;p=16.git diff --git a/src/lib/dos_gfx.h b/src/lib/dos_gfx.h index 97ff4af5..cb4119cb 100644 --- a/src/lib/dos_gfx.h +++ b/src/lib/dos_gfx.h @@ -7,6 +7,8 @@ #define SW 320 // width in pixels of vga mode #define SH 200 // height in pixels of vga mode #define NUM_COLORS 256 // number of colors in vga mode +//static lgq=NUM_COLORS/(1/8) +//static hgq=NUM_COLORS/(1/8) /*#define SW 320 #define SH 200 #define NUM_COLORS 4*/ // cga @@ -25,11 +27,13 @@ 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); -int ding(int q); +void ssd(int svq); +void pdump(int mult); +void tulip(); +int ding(int q); #endif/*_DOSLIB_GFX_H_*/