X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectSpell.cpp;h=b1053d00eedf071cc2f52112b00b55a156a70482;hb=667e1d9c6a78d0b608b518a4e5b5c31bc30e4e89;hp=d7941c8e917212c58753a2b645e6b5875ebf37d1;hpb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;p=l2e.git diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index d7941c8..b1053d0 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -1,10 +1,3 @@ -/* - * SelectSpell.cpp - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #include "SelectSpell.h" #include "SelectAttackType.h" @@ -15,11 +8,12 @@ #include "../../app/Input.h" #include "../../common/Spell.h" #include "../../graphics/Frame.h" +#include "../../math/Vector.h" using app::Application; using app::Input; using common::Spell; -using geometry::Vector; +using math::Vector; using graphics::Frame; namespace battle { @@ -93,7 +87,7 @@ void SelectSpell::HandleEvents(const Input &input) { } } -void SelectSpell::UpdateWorld(float deltaT) { +void SelectSpell::UpdateWorld(Uint32 deltaT) { }