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,6 +1,5 @@
#ifndef PKMNLIB_PKMNEVENTKIND_HPP
#define PKMNLIB_PKMNEVENTKIND_HPP
#include <Arbutils/Enum.hpp>
#include <CreatureLib/Battling/EventHooks/EventDataKind.hpp>
ENUM_WITH_START_VALUE(PkmnEventDataKind, uint8_t, 128, WeatherChange, StatusChange)

View File

@@ -1,7 +1,6 @@
#ifndef PKMNLIB_STATUSCHANGEEVENT_HPP
#define PKMNLIB_STATUSCHANGEEVENT_HPP
#include <Arbutils/String/StringView.hpp>
#include <CreatureLib/Battling/EventHooks/Events/EventData.hpp>
#include "../Pokemon/Pokemon.hpp"
#include "PkmnEventKind.hpp"

View File

@@ -1,6 +1,5 @@
#ifndef PKMNLIB_WEATHERCHANGEEVENT_HPP
#define PKMNLIB_WEATHERCHANGEEVENT_HPP
#include <Arbutils/StringView.hpp>
#include <CreatureLib/Battling/EventHooks/Events/EventData.hpp>
#include "PkmnEventKind.hpp"