]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ChangeHero.h
renamed namespace geometry -> math
[l2e.git] / src / menu / ChangeHero.h
index 4b80694ffd670ac5b2c14c1f06454dc86c24b594..ca5f64bac141189f266c5ae9a9fb75c135002c1e 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "fwd.h"
 #include "../app/State.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 
 #include <SDL.h>
 
@@ -34,7 +34,7 @@ private:
 
        void SelectedHero(int index);
 
-       void RenderHighlight(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderHighlight(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
        static void OnHeroSelected(void *, int);