]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/EquipMenu.h
removed stupid file headers that eclipse put in
[l2e.git] / src / menu / EquipMenu.h
index 2ec66aee992936e4ea87e4ef2303c4e703cc5566..5c2cc9b583307a49bf4854093f8a05af542b92ea 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * EquipMenu.h
- *
- *  Created on: Nov 18, 2012
- *      Author: holy
- */
-
 #ifndef MENU_EQUIPMENU_H_
 #define MENU_EQUIPMENU_H_
 
@@ -50,6 +43,10 @@ private:
        void RemoveItem();
        void DropItem();
 
+       bool InventoryVisible() const;
+       void LoadInventory();
+       void EquipSelected();
+
        void RenderStatus(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
        void RenderStats(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
        void RenderStatsLine(const char *label, int number, SDL_Surface *screen, const geometry::Vector<int> &position) const;