]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SwapHeroes.h
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SwapHeroes.h
index 198e4d3d1504d0a99aa78471ee7d51b2123bb3c7..14d0d723c9611dca6a96db884a2ed0b6135329b3 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "../fwd.h"
 #include "../../app/State.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -41,7 +41,7 @@ private:
        void MoveLeft();
 
 private:
-       void RenderCursors(SDL_Surface *screen, const geometry::Vector<int> &offset);
+       void RenderCursors(SDL_Surface *screen, const math::Vector<int> &offset);
 
 private:
        BattleState *battle;