]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/guiInventoryMenu.h
Fix key change menu a bit
[dragonfireclient.git] / src / guiInventoryMenu.h
index 55d18a851055f2f7cdf8b963bd4475ba6a93d850..359268687ad7239f08b2549439afbe36210c9e57 100644 (file)
@@ -27,6 +27,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "modalMenu.h"
 
 class ITextureSource;
+class InventoryContext;
+class InventoryManager;
 
 void drawInventoryItem(video::IVideoDriver *driver,
                gui::IGUIFont *font,
@@ -159,6 +161,7 @@ class GUIInventoryMenu : public GUIModalMenu
        core::array<ListDrawSpec> m_draw_spec;
 
        ItemSpec *m_selected_item;
+       v2s32 m_pointer;
 };
 
 #endif