X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=ffc448ed5c9cf56fb61ab65197a71511358b5fc2;hp=0825ac19965520ecea797b8d67adac784d48ae58;hb=065d340f994652a9759c496b4c024e1f9a3a6783;hpb=4aaa5bc19f9fe9f0bb22d2854e91d0b9f78d8708 diff --git a/include/struct.h b/include/struct.h index 0825ac1..ffc448e 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,10 +1,16 @@ #ifndef YACASL2_CASL2_INCLUDED #define YACASL2_CASL2_INCLUDED +#include +#include +#include +#include #include "word.h" +#include "cmem.h" +#include "hash.h" /** - * COMET IIの規格 + * @brief COMET IIの規格値 */ enum { CMDSIZE = 4, /**<命令の最大文字数 */ @@ -14,7 +20,7 @@ enum { }; /** - * COMET II フラグのマスク値 + * @brief COMET II フラグのマスク値 */ enum { OF = 0x4, /**