]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/SpellMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / SpellMenu.h
index d289794795852b4552d2f07aa68dddfb5f5067b8..42dbfbbbabaf04022748d6de00d8cd89e111f136 100644 (file)
@@ -1,17 +1,10 @@
-/*
- * SpellMenu.h
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #ifndef MENU_SPELLMENU_H_
 #define MENU_SPELLMENU_H_
 
 #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 {
@@ -44,9 +37,9 @@ private:
 
        void LoadSpells();
 
-       void RenderHighlight(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderSpells(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderHighlight(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderSpells(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;