From 103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 6 Dec 2011 15:21:56 +0200 Subject: Add InvRef and InvStack (currently untested and unusable) --- src/guiInventoryMenu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiInventoryMenu.h') diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h index c8fe0d068..359268687 100644 --- a/src/guiInventoryMenu.h +++ b/src/guiInventoryMenu.h @@ -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, -- cgit v1.2.3