]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
renamed namespace geometry -> math
[l2e.git] / src / battle / NumberAnimation.h
index 16208dd8a0fcb99b7e0a193f9c7e6f6c3fa96bae..dea8bfcecc018ad7285e0f55edaefde8782d29fa 100644 (file)
@@ -2,7 +2,7 @@
 #define BATTLE_NUMBERANIMATION_H_
 
 #include "../app/fwd.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/Animation.h"
 
 namespace battle {
@@ -21,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;