X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectItem.cpp;h=2a90b0336a32417233ce769cd9f33b164ddde05c;hb=f6548c2aabfb371bd81382d7800e6e2cdb826e06;hp=6ca43960ac1277c31fa0b48cdb054278150abb2e;hpb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;p=l2e.git diff --git a/src/battle/states/SelectItem.cpp b/src/battle/states/SelectItem.cpp index 6ca4396..2a90b03 100644 --- a/src/battle/states/SelectItem.cpp +++ b/src/battle/states/SelectItem.cpp @@ -1,10 +1,3 @@ -/* - * SelectItem.cpp - * - * Created on: Aug 9, 2012 - * Author: holy - */ - #include "SelectItem.h" #include "SelectAttackType.h" @@ -14,11 +7,12 @@ #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 +86,7 @@ void SelectItem::HandleEvents(const Input &input) { } } -void SelectItem::UpdateWorld(float deltaT) { +void SelectItem::UpdateWorld(Uint32 deltaT) { }