]> 4ch.mooo.com Git - 16.git/blobdiff - 16/dos_gfx.h
modified: 16/DOS_GFX.EXE
[16.git] / 16 / dos_gfx.h
index d7fb0474df216c82f18171f920be097a49b2a448..8fd92704bbde4c76cf5fe3a76612f228ff6756bb 100644 (file)
@@ -18,8 +18,8 @@
 //#define VMEM     0xA000 // = vga\r
 byte Xfont[2048];\r
 \r
-void drawChar(int x, int y, int color, byte c);\r
-void drawText(int x, int y, int color, byte string);\r
+//void drawChar(int x, int y, int color, byte c);\r
+//void drawText(int x, int y, int color, byte string);\r
 void setvideo(/*byte mode, */int vq);\r
 //void setvbuff(int vq);\r
 //void updatevbuff();\r
@@ -31,7 +31,7 @@ void putPixel_X(int x, int y, byte color);
 void putColorBox_X(int x, int y, int w, int h, byte color);
 void vScroll(int rows);
 void scrolly(int bong);
-void wait_for_retrace(void); // Waits for vertical retrace\r
+//void wait_for_retrace(void); // Waits for vertical retrace\r
 //void BlockMove();\r
 //void eraseplayer(int x, int y);\r
 //void drawplayer(int x, int y, int color);\r