X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FBattleState.cpp;h=66097fbd46d05a8d5315196fb161fef1bc5a34cb;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=8218c10504b644016ecbc8eb0c7c3a69f579595d;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/BattleState.cpp b/src/battle/BattleState.cpp index 8218c10..66097fb 100644 --- a/src/battle/BattleState.cpp +++ b/src/battle/BattleState.cpp @@ -12,6 +12,7 @@ #include "../common/Spell.h" #include "../graphics/Frame.h" #include "../graphics/Sprite.h" +#include "../math/Vector.h" #include #include @@ -389,7 +390,7 @@ void BattleState::HandleEvents(const Input &input) { } -void BattleState::UpdateWorld(float deltaT) { +void BattleState::UpdateWorld(Uint32 deltaT) { }