#ifndef CREATURELIB_ITEMCATEGORY_HPP #define CREATURELIB_ITEMCATEGORY_HPP #include #include namespace CreatureLib::Library { ENUM(ItemCategory, uint8_t, MiscItem, CaptureDevice, Medicine, Berry, MoveLearner, VariantChanger, KeyItem, Mail) } #endif // CREATURELIB_ITEMCATEGORY_HPP