X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectSpell.cpp;h=8c0c4da5687110eb1cf3ae574a2e0bf2ccc5ee64;hb=c49d46cbfbd7720627af2414e94963850fe8eed6;hp=d7941c8e917212c58753a2b645e6b5875ebf37d1;hpb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;p=l2e.git diff --git a/src/battle/states/SelectSpell.cpp b/src/battle/states/SelectSpell.cpp index d7941c8..8c0c4da 100644 --- a/src/battle/states/SelectSpell.cpp +++ b/src/battle/states/SelectSpell.cpp @@ -19,7 +19,7 @@ using app::Application; using app::Input; using common::Spell; -using geometry::Vector; +using math::Vector; using graphics::Frame; namespace battle { @@ -93,7 +93,7 @@ void SelectSpell::HandleEvents(const Input &input) { } } -void SelectSpell::UpdateWorld(float deltaT) { +void SelectSpell::UpdateWorld(Uint32 deltaT) { }