#ifndef PKMNLIB_MOVECATEGORY_HPP #define PKMNLIB_MOVECATEGORY_HPP #include namespace PkmnLib::Library { enum class MoveCategory : uint8_t { Physical, Special, Status }; } #endif // PKMNLIB_MOVECATEGORY_HPP