#ifndef PKMNLIB_PKMNDAMAGESOURCE_HPP #define PKMNLIB_PKMNDAMAGESOURCE_HPP #include ENUM_WITH_START_VALUE(PkmnDamageSource, uint8_t, ((uint8_t)CreatureLib::Battling::DamageSourceHelper::Highest()) + 1, Struggle); #endif // PKMNLIB_PKMNDAMAGESOURCE_HPP