]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/HeroStatus.h
added hero selection state + status stub
[l2e.git] / src / menu / HeroStatus.h
index 1b88da2229565a11ae3517906860e3547acf872a..12fe62f05cde32c0ee68e0cbf2c97cd3746f650f 100644 (file)
@@ -30,6 +30,7 @@ public:
        int Width() const;
        int Height() const;
        geometry::Vector<int> Size() const { return geometry::Vector<int>(Width(), Height()); }
+       const geometry::Vector<int> &Position() const { return position; }
 
        void Render(SDL_Surface *screen, const geometry::Vector<int> &offset) const;