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:
parent
4ec61b0ccd
commit
2e41a5e304
7 changed files with 346 additions and 114 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue