X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.h;h=dea8bfcecc018ad7285e0f55edaefde8782d29fa;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=08ca01ff2886f322916592c4f261f7938de5970b;hpb=2d54ee208839678d0125a53c7973c098fd8c98b7;p=l2e.git diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index 08ca01f..dea8bfc 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -1,22 +1,10 @@ -/* - * NumberAnimation.h - * - * Created on: Aug 12, 2012 - * Author: holy - */ - #ifndef BATTLE_NUMBERANIMATION_H_ #define BATTLE_NUMBERANIMATION_H_ +#include "../app/fwd.h" +#include "../math/Vector.h" #include "../graphics/Animation.h" -#include "../geometry/Point.h" - -namespace app { - class Application; - class State; -} - namespace battle { class NumberAnimation { @@ -33,7 +21,7 @@ public: int Width() const; int Height() const; - void Draw(SDL_Surface *dest, const geometry::Point &position) const; + void Draw(SDL_Surface *dest, const math::Vector &position) const; private: int number;