Files
PkmnLib/src/Battling/PkmnScriptCategory.hpp
Deukhoofd c6d31e09a1
All checks were successful
continuous-integration/drone/push Build is passing
Implements Weather
2020-04-18 15:35:01 +02:00

9 lines
324 B
C++

#ifndef PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#define PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#include <Arbutils/Enum.hpp>
#include <CreatureLib/Battling/ScriptHandling/ScriptCategory.hpp>
ENUM_WITH_START_VALUE(PkmnScriptCategory, uint8_t, ((uint8_t)ScriptCategoryHelper::Highest()) + 1, Weather)
#endif // PKMNLIB_PKMNSCRIPTCATEGORY_HPP