]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / NumberAnimation.h
index 08ca01ff2886f322916592c4f261f7938de5970b..16208dd8a0fcb99b7e0a193f9c7e6f6c3fa96bae 100644 (file)
@@ -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 "../geometry/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<int> &position) const;
+       void Draw(SDL_Surface *dest, const geometry::Vector<int> &position) const;
 
 private:
        int number;