X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.h;h=24c8f8a6da4109c4e564023d9f1211cd83e98a0b;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=9ce1963cb854209d8ef177a9080deb5dbdada9c6;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/battle/HeroTag.h b/src/battle/HeroTag.h index 9ce1963..24c8f8a 100644 --- a/src/battle/HeroTag.h +++ b/src/battle/HeroTag.h @@ -1,16 +1,9 @@ -/* - * HeroTag.h - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #ifndef BATTLE_HEROTAG_H_ #define BATTLE_HEROTAG_H_ #include "fwd.h" #include "Hero.h" -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include "../graphics/fwd.h" #include @@ -26,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;