]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.h
renamed namespace geometry -> math
[l2e.git] / src / battle / states / RunState.h
index cf91f9ab47796eb0659223093526b3f0a61d6bb0..cdf7881c9d48d9be2235173625bfde731ae92db6 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "../fwd.h"
 #include "../../app/State.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -36,7 +36,7 @@ private:
        virtual void OnResize(int width, int height);
 
 private:
-       void RenderTitleBar(SDL_Surface *screen, const geometry::Vector<int> &offset);
+       void RenderTitleBar(SDL_Surface *screen, const math::Vector<int> &offset);
 
 private:
        BattleState *battle;