Adds precompiled header.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-09-29 17:51:11 +02:00
parent fda3c8f86d
commit 2ce766f589
39 changed files with 20 additions and 68 deletions

View File

@@ -1,7 +1,6 @@
#ifndef PKMNLIB_CREATEPOKEMON_HPP
#define PKMNLIB_CREATEPOKEMON_HPP
#include <utility>
#include "Pokemon.hpp"
namespace PkmnLib::Battling {
class CreatePokemon {

View File

@@ -2,7 +2,6 @@
#define PKMNLIB_POKEMON_HPP
#include <CreatureLib/Battling/Models/Creature.hpp>
#include <utility>
#include "../../Library/Statistic.hpp"
#include "../Library/BattleLibrary.hpp"
#include "LearnedMove.hpp"

View File

@@ -2,7 +2,6 @@
#define PKMNLIB_POKEMONPARTY_HPP
#include <CreatureLib/Battling/Models/CreatureParty.hpp>
#include <utility>
#include "Pokemon.hpp"
namespace PkmnLib::Battling {
class PokemonParty : public CreatureLib::Battling::CreatureParty {