X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;fp=src%2Fbattle%2FHeroTag.h;h=43dc66112a4da947404105d9a65fd6bd7a649452;hb=0542849dfccfec1ce1477265fa0fee2401a8fb23;hp=f1408fd1882b6c5b0dfb413ba37a24702e617f7f;hpb=c20927cf8ab9bb7526f641850c3997f14c66f06e;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index f1408fd..43dc661 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -9,7 +9,6 @@ #define BATTLE_HEROTAG_H_ #include "Hero.h" -#include "../geometry/Point.h" #include "../geometry/Vector.h" #include @@ -36,7 +35,7 @@ public: const graphics::Sprite *HeroSprite() const; geometry::Vector HeroOffset() const; - void Render(SDL_Surface *screen, int width, int height, geometry::Point position, bool active) const; + void Render(SDL_Surface *screen, int width, int height, geometry::Vector position, bool active) const; private: const BattleState *battle;