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