X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=9f1acac18d859b83d378f494cc3cc380b71d2f58;hb=867fd5d9b79c3b9c1d0fb17ba9f55cfe971b93d5;hp=c31786eed84aca8db1fa258bb43b8fb50738fa48;hpb=2955f56fb11fab871a34db5700befe55737d81d7;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index c31786e..9f1acac 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -8,12 +8,15 @@ #include "BattleState.h" #include "PartyLayout.h" +#include "../app/Application.h" +#include "../app/Input.h" #include "../geometry/operators.h" #include "../graphics/Sprite.h" #include using app::Application; +using app::Input; using geometry::Point; using geometry::Vector; @@ -51,7 +54,7 @@ void BattleState::ExitState() { } -void BattleState::HandleEvent(const SDL_Event &) { +void BattleState::HandleInput(const Input &input) { }