From 20a09d5edee690f86e7d0bae343086f6a46ffed4 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 14 Feb 2011 17:41:49 +0200 Subject: new hotbar, more minecraft-like --- src/guiInventoryMenu.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/guiInventoryMenu.h') 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 rect, - const core::rect *clip=0); + const core::rect *clip); class GUIInventoryMenu : public GUIModalMenu { -- cgit v1.2.3