X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fmenu%2FSpellMenu.cpp;h=5f125733a58c8dcd8496f19fb32b666121df4b16;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=bb66d3c6fcbddff09d6ae5187a0c2b72e3b540fa;hpb=2255d436a0c2acc10b015827366a72b2ece86094;p=l2e.git diff --git a/src/menu/SpellMenu.cpp b/src/menu/SpellMenu.cpp index bb66d3c..5f12573 100644 --- a/src/menu/SpellMenu.cpp +++ b/src/menu/SpellMenu.cpp @@ -11,6 +11,7 @@ #include "../common/Spell.h" #include "../graphics/Font.h" #include "../graphics/Frame.h" +#include "../math/Vector.h" #include #include @@ -19,7 +20,7 @@ using app::Input; using common::Hero; using common::Spell; -using geometry::Vector; +using math::Vector; using graphics::Font; using graphics::Frame; using std::vector; @@ -145,7 +146,7 @@ void SpellMenu::HandleEvents(const Input &input) { } } -void SpellMenu::UpdateWorld(float deltaT) { +void SpellMenu::UpdateWorld(Uint32 deltaT) { }