]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
merged Point into Vector
[l2e.git] / src / battle / NumberAnimation.h
index 08ca01ff2886f322916592c4f261f7938de5970b..f7530562f048233788f7572ba6ae1c92bbebf51a 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "../graphics/Animation.h"
 
-#include "../geometry/Point.h"
+#include "../geometry/Vector.h"
 
 namespace app {
        class Application;
@@ -33,7 +33,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;