]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
renamed namespace geometry -> math
[l2e.git] / src / battle / NumberAnimation.h
index c198cd8f4c1c1cb3ca75a45f55c123e3b2855484..dea8bfcecc018ad7285e0f55edaefde8782d29fa 100644 (file)
@@ -1,15 +1,8 @@
-/*
- * NumberAnimation.h
- *
- *  Created on: Aug 12, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_NUMBERANIMATION_H_
 #define BATTLE_NUMBERANIMATION_H_
 
 #include "../app/fwd.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Animation.h"
 
 namespace battle {
@@ -28,7 +21,7 @@ public:
        int Width() const;
        int Height() const;
 
-       void Draw(SDL_Surface *dest, const geometry::Vector<int> &position) const;
+       void Draw(SDL_Surface *dest, const math::Vector<int> &position) const;
 
 private:
        int number;