]> 4ch.mooo.com Git - 16.git/blobdiff - 16/lib/lib_com.h
removed duplicates!! wwww
[16.git] / 16 / lib / lib_com.h
old mode 100644 (file)
new mode 100755 (executable)
index 232d427..56c957e
@@ -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,8 +97,9 @@
 #define KEY_MENU               (0x75)\r
 \r
 \r
-typedef unsigned char byte;
-typedef unsigned int word;\r
+//typedef unsigned char byte;
+//typedef unsigned int word;
+//typedef unsigned short syte;\r
 \r
 void wait(clock_t wait);\r
 \r