]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleNameMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / CapsuleNameMenu.h
index 77211e2152c8dcc7d53f882d33c31d6aaf25f525..f85d11ce554b03a9373eae103c09ca24bf660e75 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/CharSelect.h"
 
 namespace menu {
@@ -41,8 +41,8 @@ private:
        void RemoveChar();
        void StoreName();
 
-       void RenderName(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderAlphabet(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderName(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderAlphabet(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        CapsuleMenu *parent;