]> 4ch.mooo.com Git - 16.git/blobdiff - 16/lib/lib_com.h
wwww
[16.git] / 16 / lib / lib_com.h
index 2910d6874b6d8f99a721436bf54241de50520bad..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 cord;\r
+//typedef unsigned char byte;
+//typedef unsigned int word;
+//typedef unsigned short syte;\r
 \r
 void wait(clock_t wait);\r
 \r