X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.h;h=c198cd8f4c1c1cb3ca75a45f55c123e3b2855484;hb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;hp=08ca01ff2886f322916592c4f261f7938de5970b;hpb=2d54ee208839678d0125a53c7973c098fd8c98b7;p=l2e.git diff --git a/src/battle/NumberAnimation.h b/src/battle/NumberAnimation.h index 08ca01f..c198cd8 100644 --- a/src/battle/NumberAnimation.h +++ b/src/battle/NumberAnimation.h @@ -8,15 +8,10 @@ #ifndef BATTLE_NUMBERANIMATION_H_ #define BATTLE_NUMBERANIMATION_H_ +#include "../app/fwd.h" +#include "../geometry/Vector.h" #include "../graphics/Animation.h" -#include "../geometry/Point.h" - -namespace app { - class Application; - class State; -} - namespace battle { class NumberAnimation { @@ -33,7 +28,7 @@ public: int Width() const; int Height() const; - void Draw(SDL_Surface *dest, const geometry::Point &position) const; + void Draw(SDL_Surface *dest, const geometry::Vector &position) const; private: int number;