]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ConfigMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / ConfigMenu.h
index f7dda534966a2672da11e04aaddee6f8bab60c7a..f5e31c12499eb0b29234f32fbf52e02e3c25f821 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "fwd.h"
 #include "../app/State.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Menu.h"
 
 namespace menu {
@@ -31,8 +31,8 @@ private:
 
        virtual void OnResize(int width, int height);
 
-       void RenderHeadline(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderHeadline(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;