]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.cpp
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectAttackType.cpp
index 9f6e561be43fadea59adcd44eeec6ea0ea022a65..f4a107e881afcd1f9e4f52bafa0acc4b1a9861f8 100644 (file)
@@ -17,6 +17,7 @@
 #include "../../app/Application.h"
 #include "../../app/Input.h"
 #include "../../common/Item.h"
+#include "../../math/Vector.h"
 
 #include <stdexcept>
 
@@ -121,7 +122,7 @@ void SelectAttackType::HandleEvents(const Input &input) {
        }
 }
 
-void SelectAttackType::UpdateWorld(float deltaT) {
+void SelectAttackType::UpdateWorld(Uint32 deltaT) {
 
 }