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