X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;h=8750081148cb8c94b58c845d411cf6cfd462947a;hb=d20fa78a0dcbc95a69bb6077d2081d42b74a2d1a;hp=f1408fd1882b6c5b0dfb413ba37a24702e617f7f;hpb=f0f4fa6f537c383c77ab586e068e9679b8df1300;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index f1408fd..8750081 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, const geometry::Vector &position, bool active) const; private: const BattleState *battle;