Update to latest CreatureLib.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-08-14 15:26:44 +02:00
parent 77eae12326
commit 3477de14cb
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
#ifndef PKMNLIB_WEATHERCHANGEEVENT_HPP
#define PKMNLIB_WEATHERCHANGEEVENT_HPP
#include <Arbutils/StringView.hpp>
#include <CreatureLib/Battling/EventHooks/EventData.hpp>
#include <CreatureLib/Battling/EventHooks/Events/EventData.hpp>
#include "PkmnEventKind.hpp"
namespace PkmnLib::Battling {