X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Flib%2Flib_com.h;h=56c957efbc8f292da6e86d6dcfeb59adf29faaa7;hb=7df8d617ba84f4a3e2bcff29f7d1ea717f595296;hp=90392ec6f8efb6effc0ec258e3753e9fe0df47de;hpb=0dd992dad94b4e77db64936dba6a08f55550fd47;p=16.git diff --git a/16/lib/lib_com.h b/16/lib/lib_com.h index 90392ec6..56c957ef 100644 --- a/16/lib/lib_com.h +++ b/16/lib/lib_com.h @@ -3,7 +3,8 @@ #include #include #include // just for wait -#include // just for wait +#include // just for wait +#include "lib\types.h" /* Control codes for all keys on the keyboard */ //here temperarly @@ -96,9 +97,9 @@ #define KEY_MENU (0x75) -typedef unsigned char byte; -typedef unsigned int word; -typedef unsigned short syte; +//typedef unsigned char byte; +//typedef unsigned int word; +//typedef unsigned short syte; void wait(clock_t wait);