]> 4ch.mooo.com Git - 16.git/blobdiff - 16/lib/lib_com.h
modified: 16/modex16/pcxtest.exe
[16.git] / 16 / lib / lib_com.h
index d43b7172d688e3a8916b3b56c2bdd5c7d468ddc2..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,7 +97,9 @@
 #define KEY_MENU               (0x75)\r
 \r
 \r
-typedef unsigned char byte;\r
+//typedef unsigned char byte;
+//typedef unsigned int word;
+//typedef unsigned short syte;\r
 \r
 void wait(clock_t wait);\r
 \r