]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/MoveMenu.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / MoveMenu.h
index 771fcb8692f1ed287779644105e5b7dba86528ae..2a9ee7c96a05220ef542db8fadcabe4a505f1449 100644 (file)
@@ -1,14 +1,7 @@
-/*
- * MoveMenu.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_MOVEMENU_H_
 #define BATTLE_MOVEMENU_H_
 
-#include "../geometry/Point.h"
+#include "../geometry/Vector.h"
 #include "../graphics/Sprite.h"
 
 namespace battle {
@@ -30,7 +23,7 @@ public:
 public:
        void Select(Icon i) { selected = i; }
        Icon Selected() const { return selected; }
-       void Render(SDL_Surface *screen, const geometry::Point<int> &position);
+       void Render(SDL_Surface *screen, const geometry::Vector<int> &position);
 
        int Width() const { return IconWidth(); }
        int Height() const { return 3 * IconHeight(); }