]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectItem.h
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectItem.h
index 1942ff405e74e98460f7f0a3dacbed4e354d6847..97863e21b97c32ea40f78ea44720fa0387a676fa 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "../fwd.h"
 #include "../../app/State.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -35,9 +35,9 @@ private:
        virtual void OnResize(int width, int height);
 
 private:
-       void RenderFrame(SDL_Surface *, const geometry::Vector<int> &offset);
-       void RenderHeadline(SDL_Surface *, const geometry::Vector<int> &offset);
-       void RenderMenu(SDL_Surface *, const geometry::Vector<int> &offset);
+       void RenderFrame(SDL_Surface *, const math::Vector<int> &offset);
+       void RenderHeadline(SDL_Surface *, const math::Vector<int> &offset);
+       void RenderMenu(SDL_Surface *, const math::Vector<int> &offset);
 
 private:
        BattleState *battle;