]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ConfigMenu.h
renamed namespace geometry -> math
[l2e.git] / src / menu / ConfigMenu.h
index 8bb81f40e0414f836d90f9b4d3103dba09aede78..f5e31c12499eb0b29234f32fbf52e02e3c25f821 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * ConfigMenu.h
- *
- *  Created on: Nov 29, 2012
- *      Author: holy
- */
-
 #ifndef MENU_CONFIGMENU_H_
 #define MENU_CONFIGMENU_H_
 
 #include "fwd.h"
 #include "../app/State.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Menu.h"
 
 namespace menu {
@@ -38,8 +31,8 @@ private:
 
        virtual void OnResize(int width, int height);
 
-       void RenderHeadline(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
-       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderHeadline(SDL_Surface *screen, const math::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const math::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;