]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
renamed namespace geometry -> math
[l2e.git] / src / battle / states / SelectIkari.h
index 8603a57f5f3258f657d588cbbbd7a8f401673d03..ca08732e5ffe8a25b98bfe547c7cee6f49f9d666 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "../fwd.h"
 #include "../../app/State.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -36,9 +36,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;