Update to latest CreatureLib.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
77eae12326
commit
3477de14cb
|
@ -2,7 +2,7 @@
|
||||||
#define PKMNLIB_STATUSCHANGEEVENT_HPP
|
#define PKMNLIB_STATUSCHANGEEVENT_HPP
|
||||||
|
|
||||||
#include <Arbutils/String/StringView.hpp>
|
#include <Arbutils/String/StringView.hpp>
|
||||||
#include <CreatureLib/Battling/EventHooks/EventData.hpp>
|
#include <CreatureLib/Battling/EventHooks/Events/EventData.hpp>
|
||||||
#include "../Pokemon/Pokemon.hpp"
|
#include "../Pokemon/Pokemon.hpp"
|
||||||
#include "PkmnEventKind.hpp"
|
#include "PkmnEventKind.hpp"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#ifndef PKMNLIB_WEATHERCHANGEEVENT_HPP
|
#ifndef PKMNLIB_WEATHERCHANGEEVENT_HPP
|
||||||
#define PKMNLIB_WEATHERCHANGEEVENT_HPP
|
#define PKMNLIB_WEATHERCHANGEEVENT_HPP
|
||||||
#include <Arbutils/StringView.hpp>
|
#include <Arbutils/StringView.hpp>
|
||||||
#include <CreatureLib/Battling/EventHooks/EventData.hpp>
|
#include <CreatureLib/Battling/EventHooks/Events/EventData.hpp>
|
||||||
#include "PkmnEventKind.hpp"
|
#include "PkmnEventKind.hpp"
|
||||||
|
|
||||||
namespace PkmnLib::Battling {
|
namespace PkmnLib::Battling {
|
||||||
|
|
Loading…
Reference in New Issue