]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.h
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectTarget.h
index 388aef3544cfb99e0d0729342937762b5509023c..542e0e46449c0179bdc224cfb0bb549b6aaeea16 100644 (file)
@@ -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<int> &offset);
+       void RenderCursors(SDL_Surface *screen, const math::Vector<int> &offset);
 
 private:
        BattleState *battle;