]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/MoveMenu.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / MoveMenu.cpp
index 849f694a042e21f78d67e29bcfd36fe7b37305b5..acbce64f6ba01833790b32972d1aaa93cd0bf14f 100644 (file)
@@ -1,20 +1,13 @@
-/*
- * MoveMenu.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "MoveMenu.h"
 
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Sprite.h"
 
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {
 
-void MoveMenu::Render(SDL_Surface *screen, const geometry::Vector<int> &position) {
+void MoveMenu::Render(SDL_Surface *screen, const math::Vector<int> &position) {
        Vector<int> attackOffset(0, IconHeight());
        Vector<int> changeOffset(0, 0);
        Vector<int> runOffset(0, 2 * IconHeight());