diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-12-06 15:21:56 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-01-02 01:49:38 +0200 |
commit | 103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e (patch) | |
tree | 416a253ff37aeb5944781dd1288c5afa7483d799 /src/guiInventoryMenu.h | |
parent | 70ed371d0cd532da8efc5acbd41a20e9a373b811 (diff) | |
download | minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.tar.gz minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.tar.bz2 minetest-103173fc9b4fcb4c0fded2a93d5cbb8f0bea896e.zip |
Add InvRef and InvStack (currently untested and unusable)
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r-- | src/guiInventoryMenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
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, |