X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FHeroStatus.h;fp=src%2Fmenu%2FHeroStatus.h;h=12fe62f05cde32c0ee68e0cbf2c97cd3746f650f;hb=bba1ac05e8c1854dc61bd737d228d9bc18bbb6ad;hp=1b88da2229565a11ae3517906860e3547acf872a;hpb=aedf4ae020e3c811341df79ceae63ca56fb7ce83;p=l2e.git diff --git a/src/menu/HeroStatus.h b/src/menu/HeroStatus.h index 1b88da2..12fe62f 100644 --- a/src/menu/HeroStatus.h +++ b/src/menu/HeroStatus.h @@ -30,6 +30,7 @@ public: int Width() const; int Height() const; geometry::Vector Size() const { return geometry::Vector(Width(), Height()); } + const geometry::Vector &Position() const { return position; } void Render(SDL_Surface *screen, const geometry::Vector &offset) const;