]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ChangeHero.h
renamed namespace geometry -> math
[l2e.git] / src / menu / ChangeHero.h
index 6bb5f313bc2e69fe1a8405a2faeaf4ff1ff5a553..ca5f64bac141189f266c5ae9a9fb75c135002c1e 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * ChangeHero.h
- *
- *  Created on: Nov 4, 2012
- *      Author: holy
- */
-
 #ifndef MENU_CHANGEHERO_H_
 #define MENU_CHANGEHERO_H_
 
 #include "fwd.h"
 #include "../app/State.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 
 #include <SDL.h>
 
@@ -41,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);