X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FSelectTarget.h;h=542e0e46449c0179bdc224cfb0bb549b6aaeea16;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=388aef3544cfb99e0d0729342937762b5509023c;hpb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;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;