X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.h;h=dea8bfcecc018ad7285e0f55edaefde8782d29fa;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=c198cd8f4c1c1cb3ca75a45f55c123e3b2855484;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index c198cd8..dea8bfc 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -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 &position) const; + void Draw(SDL_Surface *dest, const math::Vector &position) const; private: int number;