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

just savin'

This commit is contained in:
Perttu Ahola 2010-12-22 11:29:06 +02:00
parent 4ec61b0ccd
commit 2e41a5e304
7 changed files with 346 additions and 114 deletions

View file

@ -61,6 +61,7 @@ public:
void resizeGui();
// Updates stuff from inventory to screen
// TODO: Remove, not used
void update();
void draw();
@ -80,7 +81,6 @@ public:
private:
Inventory *m_inventory;
core::array<GUIInventorySlot*> m_slots;
v2u32 m_screensize_old;
};