X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=dce1ddf02b2a6040f308b6965f3b52a52c6c2c08;hp=39f874bb6299c1680104ee577a90a6bab8aa7524;hb=86e559d164166966a797a1e5855871d48e087ddd;hpb=e2a1963d2ddaf89d33494212a0a16f7a368797e0 diff --git a/include/struct.h b/include/struct.h index 39f874b..dce1ddf 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, /**