Added category field

FossilOrigin-Name: c6f7b2d15ef591a54db0ad57ef23979958be95a795bc483ce51b5e6c218af285
This commit is contained in:
7u83@mail.ru 2016-04-02 07:11:19 +00:00
parent da9f2ca6af
commit fffc9fc7e2
1 changed files with 4 additions and 2 deletions

View File

@ -35,8 +35,10 @@ struct cw_itemdef {
const char *sub_id;
/** Type */
mbagtype_t type;
const char *meta_id;
/**
* A category this item belongs to.
*/
const char *cat;
};
typedef struct cw_itemdef cw_itemdef_t;