]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/HeroTag.h
merged Point into Vector
[l2e.git] / src / battle / HeroTag.h
index f1408fd1882b6c5b0dfb413ba37a24702e617f7f..43dc66112a4da947404105d9a65fd6bd7a649452 100644 (file)
@@ -9,7 +9,6 @@
 #define BATTLE_HEROTAG_H_
 
 #include "Hero.h"
-#include "../geometry/Point.h"
 #include "../geometry/Vector.h"
 
 #include <SDL.h>
@@ -36,7 +35,7 @@ public:
        const graphics::Sprite *HeroSprite() const;
        geometry::Vector<int> HeroOffset() const;
 
-       void Render(SDL_Surface *screen, int width, int height, geometry::Point<int> position, bool active) const;
+       void Render(SDL_Surface *screen, int width, int height, geometry::Vector<int> position, bool active) const;
 
 private:
        const BattleState *battle;