]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/StatusMenu.h
added ikari level to status menu
[l2e.git] / src / menu / StatusMenu.h
index f6bcb293f37d782b3b380862149ad157a855366e..40fac6b6a0e0b61bfe37aabd559ca7b309d06020 100644 (file)
@@ -52,6 +52,7 @@ private:
        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;
+       void RenderIkari(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;