X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbattle%2Fstates%2FSelectTarget.h;h=542e0e46449c0179bdc224cfb0bb549b6aaeea16;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=388aef3544cfb99e0d0729342937762b5509023c;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/battle/states/SelectTarget.h b/src/battle/states/SelectTarget.h index 388aef3..542e0e4 100644 --- a/src/battle/states/SelectTarget.h +++ b/src/battle/states/SelectTarget.h @@ -10,7 +10,7 @@ #include "../fwd.h" #include "../../app/State.h" -#include "../../geometry/Vector.h" +#include "../../math/Vector.h" #include "../../graphics/fwd.h" namespace battle { @@ -36,7 +36,7 @@ private: virtual void OnResize(int width, int height); private: - void RenderCursors(SDL_Surface *screen, const geometry::Vector &offset); + void RenderCursors(SDL_Surface *screen, const math::Vector &offset); private: BattleState *battle;