]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleMenu.h
added most of the capsule main menu's features
[l2e.git] / src / menu / CapsuleMenu.h
index ad20b251b1b2d1d3b31559b68f5a6dfc350ce27a..ce57bd280534bfbc9ff7720b71ca1f3c46a3d020 100644 (file)
@@ -35,6 +35,12 @@ private:
        const common::Capsule &GetCapsule() const;
 
        void RenderBackground(SDL_Surface *screen) const;
+       void RenderCapsule(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderInfo(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderWheel(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderStats(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderStatsLine(SDL_Surface *screen, const geometry::Vector<int> &offset, const char *name, int value) const;
+       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;