summaryrefslogtreecommitdiff
path: root/src/guiInventoryMenu.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-14 17:41:49 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-14 17:41:49 +0200
commit20a09d5edee690f86e7d0bae343086f6a46ffed4 (patch)
tree55034cdb25b4b76b28b9c9e0dc69de9795db5a9a /src/guiInventoryMenu.h
parent467f43d47ccff77d2f35d0807e9d66181694daec (diff)
downloadminetest-20a09d5edee690f86e7d0bae343086f6a46ffed4.tar.gz
minetest-20a09d5edee690f86e7d0bae343086f6a46ffed4.tar.bz2
minetest-20a09d5edee690f86e7d0bae343086f6a46ffed4.zip
new hotbar, more minecraft-like
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r--src/guiInventoryMenu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h
index 6211bb24b..45a5e236a 100644
--- a/src/guiInventoryMenu.h
+++ b/src/guiInventoryMenu.h
@@ -26,9 +26,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "utility.h"
#include "modalMenu.h"
-void drawInventoryItem(gui::IGUIEnvironment* env,
+void drawInventoryItem(video::IVideoDriver *driver,
+ gui::IGUIFont *font,
InventoryItem *item, core::rect<s32> rect,
- const core::rect<s32> *clip=0);
+ const core::rect<s32> *clip);
class GUIInventoryMenu : public GUIModalMenu
{