]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.cpp
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectTarget.cpp
index 1644c2e8d18f9bebee856d9bc6b8754094e5a9f1..c685dab8947108aa78b83d0a794fdac07da6fba9 100644 (file)
@@ -11,6 +11,7 @@
 #include "../BattleState.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;
@@ -75,7 +76,7 @@ void SelectTarget::HandleEvents(const Input &input) {
        }
 }
 
-void SelectTarget::UpdateWorld(float deltaT) {
+void SelectTarget::UpdateWorld(Uint32 deltaT) {
 
 }