X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectMoveAction.h;h=069f98d864aedb97b0cc0d7f4ba9170db3af4e5e;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=a48633d6dc7434b8ea754cf51c60eae5463d7d7b;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/battle/states/SelectMoveAction.h b/src/battle/states/SelectMoveAction.h index a48633d..069f98d 100644 --- a/src/battle/states/SelectMoveAction.h +++ b/src/battle/states/SelectMoveAction.h @@ -10,7 +10,7 @@ #include "../fwd.h" #include "../../app/State.h" -#include "../../geometry/Vector.h" +#include "../../math/Vector.h" namespace battle { @@ -35,7 +35,7 @@ private: virtual void OnResize(int width, int height); private: - void RenderMenu(SDL_Surface *screen, const geometry::Vector &offset); + void RenderMenu(SDL_Surface *screen, const math::Vector &offset); private: BattleState *battle;