]> 4ch.mooo.com Git - 16.git/blobdiff - 16/lib/lib_com.h
modified: 16/DOS_GFX.EXE
[16.git] / 16 / lib / lib_com.h
index 90392ec6f8efb6effc0ec258e3753e9fe0df47de..56c957efbc8f292da6e86d6dcfeb59adf29faaa7 100644 (file)
@@ -3,7 +3,8 @@
 #include <dos.h>\r
 #include <stdio.h>\r
 #include <conio.h> // just for wait\r
-#include <time.h> // just for wait\r
+#include <time.h> // just for wait
+#include "lib\types.h"\r
 \r
 /* Control codes for all keys on the keyboard */\r
 //here temperarly\r
@@ -96,9 +97,9 @@
 #define KEY_MENU               (0x75)\r
 \r
 \r
-typedef unsigned char byte;
-typedef unsigned int word;
-typedef unsigned short syte;\r
+//typedef unsigned char byte;
+//typedef unsigned int word;
+//typedef unsigned short syte;\r
 \r
 void wait(clock_t wait);\r
 \r