X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;h=24c8f8a6da4109c4e564023d9f1211cd83e98a0b;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=ddade4d6dcb2431ed85dce16f612dbe142995523;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index ddade4d..24c8f8a 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -3,7 +3,7 @@ #include "fwd.h" #include "Hero.h" -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include "../graphics/fwd.h" #include @@ -19,9 +19,9 @@ public: public: const graphics::Sprite *HeroSprite() const; - geometry::Vector HeroOffset() const; + math::Vector HeroOffset() const; - void Render(SDL_Surface *screen, int width, int height, const geometry::Vector &position, bool active) const; + void Render(SDL_Surface *screen, int width, int height, const math::Vector &position, bool active) const; private: const BattleState *battle;