1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

new hotbar, more minecraft-like

This commit is contained in:
Perttu Ahola 2011-02-14 17:41:49 +02:00
parent 467f43d47c
commit 20a09d5ede
3 changed files with 137 additions and 51 deletions

View file

@ -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
{