X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FHeroStatus.h;h=e24cb6c0db3e6b9e2633f4ec18ed500f7830b3ef;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=03c7811adecf79ec7368aa8bb45e1c462f5eb5c9;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/menu/HeroStatus.h b/src/menu/HeroStatus.h index 03c7811..e24cb6c 100644 --- a/src/menu/HeroStatus.h +++ b/src/menu/HeroStatus.h @@ -3,7 +3,7 @@ #include "fwd.h" #include "../common/fwd.h" -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include @@ -21,9 +21,9 @@ public: int Width() const; int Height() const; - geometry::Vector Size() const { return geometry::Vector(Width(), Height()); } + math::Vector Size() const { return math::Vector(Width(), Height()); } - void Render(SDL_Surface *screen, const geometry::Vector &offset) const; + void Render(SDL_Surface *screen, const math::Vector &offset) const; private: const Resources *res;