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,8 +1,6 @@
|
||||
#ifndef PKMNLIB_LEARNABLEMOVES_HPP
|
||||
#define PKMNLIB_LEARNABLEMOVES_HPP
|
||||
|
||||
#include <Arbutils/Collections/List.hpp>
|
||||
#include <Arbutils/Memory/BorrowedPtr.hpp>
|
||||
#include <CreatureLib/Library/CreatureData/LearnableAttacks.hpp>
|
||||
#include "../Moves/MoveData.hpp"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
#include "PokemonForme.hpp"
|
||||
#include <utility>
|
||||
PkmnLib::Library::PokemonForme::PokemonForme(const ArbUt::StringView& name, float height, float weight,
|
||||
uint32_t baseExperience, const ArbUt::List<uint8_t>& types,
|
||||
CreatureLib::Library::StatisticSet<uint16_t> baseStats,
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
#define PKMNLIB_POKEMONFORME_HPP
|
||||
|
||||
#include <CreatureLib/Library/CreatureData/SpeciesVariant.hpp>
|
||||
#include <cstdint>
|
||||
#include "LearnableMoves.hpp"
|
||||
|
||||
namespace PkmnLib::Library {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#ifndef PKMNLIB_POKEMONSPECIES_HPP
|
||||
#define PKMNLIB_POKEMONSPECIES_HPP
|
||||
#include <Arbutils/Memory/UniquePtrList.hpp>
|
||||
#include <CreatureLib/Battling/Models/Creature.hpp>
|
||||
#include "../Evolutions/EvolutionData.hpp"
|
||||
#include "PokemonForme.hpp"
|
||||
|
||||
Reference in New Issue
Block a user