]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/MoveMenu.h
renamed namespace geometry -> math
[l2e.git] / src / battle / MoveMenu.h
index 2a9ee7c96a05220ef542db8fadcabe4a505f1449..6a177ef4b5b49309ae807c476bb5f23b037e51fb 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef BATTLE_MOVEMENU_H_
 #define BATTLE_MOVEMENU_H_
 
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Sprite.h"
 
 namespace battle {
@@ -23,7 +23,7 @@ public:
 public:
        void Select(Icon i) { selected = i; }
        Icon Selected() const { return selected; }
-       void Render(SDL_Surface *screen, const geometry::Vector<int> &position);
+       void Render(SDL_Surface *screen, const math::Vector<int> &position);
 
        int Width() const { return IconWidth(); }
        int Height() const { return 3 * IconHeight(); }