X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Flib%2Flib_com.h;h=56c957efbc8f292da6e86d6dcfeb59adf29faaa7;hb=d14cd13fe9b8e5af2f0f104aad7855cefac6b635;hp=d43b7172d688e3a8916b3b56c2bdd5c7d468ddc2;hpb=426483a16b69f3d14aad1d9811c74af9976eddf2;p=16.git diff --git a/16/lib/lib_com.h b/16/lib/lib_com.h index d43b7172..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,7 +97,9 @@ #define KEY_MENU (0x75) -typedef unsigned char byte; +//typedef unsigned char byte; +//typedef unsigned int word; +//typedef unsigned short syte; void wait(clock_t wait);