Adds precompiled header.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef PKMNLIB_EVOLUTIONMETHOD_HPP
|
||||
#define PKMNLIB_EVOLUTIONMETHOD_HPP
|
||||
|
||||
#include <cstdint>
|
||||
namespace PkmnLib::Library {
|
||||
ENUM(EvolutionMethod, uint8_t, Level, HighFriendship, KnownMove, LocationBased, TimeBased, HoldsItem,
|
||||
IsGenderAndLevel, EvolutionItemUse, EvolutionItemUseWithGender, Trade, TradeWithHeldItem,
|
||||
|
||||
Reference in New Issue
Block a user