]> 4ch.mooo.com Git - 16.git/blobdiff - 16/dos_gfx.h
modified: 16/DOS_GFX.EXE
[16.git] / 16 / dos_gfx.h
index a6a08f9f4a4a50ad94c3a3ceaea075b1271d2cb3..7f9b23790ed800ab56338058caac5e2adac85b71 100644 (file)
@@ -25,7 +25,7 @@ byte Xfont[2048];
 \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 setvideo(/*byte mode, */short vq);\r
 //void setvbuff(int vq);\r
 //void updatevbuff();\r
 void cls(byte color, byte *Where);\r
@@ -40,11 +40,11 @@ void cls(byte color, byte *Where);
 //void BlockMove();\r
 //void eraseplayer(int x, int y);\r
 //void drawplayer(int x, int y, int color);\r
-int colortest();\r
-int colorz();\r
-void ssd(int svq);\r
+short colortest();\r
+short colorz();\r
+void ssd(short svq);\r
 //void pdump(int mult);\r
 //void tulip();\r
-int ding(int q);\r
+short ding(int q);\r
 \r
 #endif/*_DOSLIB_GFX_H_*/\r