]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/PartyMenu.h
added frames for status menu
[l2e.git] / src / menu / PartyMenu.h
index 2172bfccc536e40bb339a052322857d21267f630..aabc2060bf55616968c843a0ff21eb24abf6eb44 100644 (file)
@@ -41,6 +41,8 @@ private:
        virtual void OnResize(int width, int height);
 
        void RenderHeros(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderInfo(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
 
 private:
        HeroStatus status[4];