X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMoveMenu.h;h=6a177ef4b5b49309ae807c476bb5f23b037e51fb;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=2a9ee7c96a05220ef542db8fadcabe4a505f1449;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/battle/MoveMenu.h b/src/battle/MoveMenu.h index 2a9ee7c..6a177ef 100644 --- a/src/battle/MoveMenu.h +++ b/src/battle/MoveMenu.h @@ -1,7 +1,7 @@ #ifndef BATTLE_MOVEMENU_H_ #define BATTLE_MOVEMENU_H_ -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include "../graphics/Sprite.h" namespace battle { @@ -23,7 +23,7 @@ public: public: void Select(Icon i) { selected = i; } Icon Selected() const { return selected; } - void Render(SDL_Surface *screen, const geometry::Vector &position); + void Render(SDL_Surface *screen, const math::Vector &position); int Width() const { return IconWidth(); } int Height() const { return 3 * IconHeight(); }