]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/InventoryMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / InventoryMenu.h
index e0cb6feee1ca9463528518689688a6e6cd11bdcc..11acf46ce249d35f2fa3d90747b85fb4c2894ff7 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 LoadInventory();
 
-       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderInventory(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderInventory(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;