diff options
Diffstat (limited to 'Minecraft.Client/Common/UI/UIControl_SlotList.h')
| -rw-r--r-- | Minecraft.Client/Common/UI/UIControl_SlotList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Minecraft.Client/Common/UI/UIControl_SlotList.h b/Minecraft.Client/Common/UI/UIControl_SlotList.h index ee741c4d..5bc1dc9a 100644 --- a/Minecraft.Client/Common/UI/UIControl_SlotList.h +++ b/Minecraft.Client/Common/UI/UIControl_SlotList.h @@ -14,6 +14,8 @@ public: UIControl_SlotList(); virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName); + + virtual void ReInit(); void addSlot(int id); void addSlots(int iStartValue, int iCount); |
