Added category field
FossilOrigin-Name: c6f7b2d15ef591a54db0ad57ef23979958be95a795bc483ce51b5e6c218af285
This commit is contained in:
parent
da9f2ca6af
commit
fffc9fc7e2
@ -35,8 +35,10 @@ struct cw_itemdef {
|
|||||||
const char *sub_id;
|
const char *sub_id;
|
||||||
/** Type */
|
/** Type */
|
||||||
mbagtype_t type;
|
mbagtype_t type;
|
||||||
|
/**
|
||||||
const char *meta_id;
|
* A category this item belongs to.
|
||||||
|
*/
|
||||||
|
const char *cat;
|
||||||
|
|
||||||
};
|
};
|
||||||
typedef struct cw_itemdef cw_itemdef_t;
|
typedef struct cw_itemdef cw_itemdef_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user