]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/StatusMenu.h
show next level in status screen
[l2e.git] / src / menu / StatusMenu.h
index 51c169ac5cd4b50fd9343419c6456dd00ef96da3..f6bcb293f37d782b3b380862149ad157a855366e 100644 (file)
@@ -50,6 +50,8 @@ private:
        void RenderEquipmentLine(const common::Item *, SDL_Surface *screen, const geometry::Vector<int> &position) const;
        /// @param offset the top right corner!
        void RenderExperience(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       /// @param offset the top right corner!
+       void RenderNextLevel(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;