X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=e36c13f7fb0d886ab49303f538a78edae75973dc;hp=88ceb161c1c052a5637d7398a08fae63d6ae5e3c;hb=2f0b91ab1a54973a084e1609b46a1432c8b8e334;hpb=87f1e8bee62d2bf04f2d2cb123e5639e2a2cd9ba diff --git a/include/struct.h b/include/struct.h index 88ceb16..e36c13f 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, /**