Files
PkmnLib/src/Battling/PkmnScriptCategory.hpp
Deukhoofd 2ce766f589
All checks were successful
continuous-integration/drone/push Build is passing
Adds precompiled header.
2020-09-29 17:51:11 +02:00

8 lines
260 B
C++

#ifndef PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#define PKMNLIB_PKMNSCRIPTCATEGORY_HPP
#include <CreatureLib/Battling/ScriptHandling/ScriptCategory.hpp>
ENUM_WITH_START_VALUE(PkmnScriptCategory, uint8_t, 128, Weather, Status)
#endif // PKMNLIB_PKMNSCRIPTCATEGORY_HPP