]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ScenarioMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / ScenarioMenu.h
index 23cb5145bf2d3fa42a8b7e5d9da4678fcc1a77a6..3e99ef000097aa4dd25580fb44908e5d98a3f328 100644 (file)
@@ -4,7 +4,7 @@
 #include "fwd.h"
 #include "../app/State.h"
 #include "../common/fwd.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Menu.h"
 
 namespace menu {
@@ -33,8 +33,8 @@ private:
 
        void LoadItems();
 
-       void RenderHeadline(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderItems(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderHeadline(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderItems(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;