/**
 * @defgroup ItemBrokenFlags Item broken flags
 * @ingroup Defines
 *
 * @see     Item::BrokenFlags
 */
/*@{*/

#define BI_LOWBROKEN				(0x01)
#define BI_NORMBROKEN				(0x02)
#define BI_HIGHBROKEN				(0x04)
#define BI_NOTRESC					(0x08)
#define BI_BROKEN					(0x0F)
#define BI_SERVICE					(0x10)
#define BI_SERVICE_EXT				(0x20)
#define BI_ETERNAL					(0x40)


/*@}*/
