X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=9064d5f5d3fe3c273374f3e5fd00997cb19fd282;hp=a247605f7baaa2677b3b4b9ac774bacda429ea0d;hb=a46594d66972fae37a609506bcf01f6b2bdc865e;hpb=60d4c2573a30a48520545195b9ef89814fc60708 diff --git a/include/struct.h b/include/struct.h index a247605..9064d5f 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, /**