]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectSpell.cpp
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectSpell.cpp
index e15fa2e5490710579ebda387b6bcdf436a392b52..ae7f278a232c7d25d48929a3c8f845dc8dee8b54 100644 (file)
@@ -15,6 +15,7 @@
 #include "../../app/Input.h"
 #include "../../common/Spell.h"
 #include "../../graphics/Frame.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;
@@ -93,7 +94,7 @@ void SelectSpell::HandleEvents(const Input &input) {
        }
 }
 
-void SelectSpell::UpdateWorld(float deltaT) {
+void SelectSpell::UpdateWorld(Uint32 deltaT) {
 
 }