diff options
Diffstat (limited to 'src/guiInventoryMenu.h')
-rw-r--r-- | src/guiInventoryMenu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/guiInventoryMenu.h b/src/guiInventoryMenu.h index b6766484e..82e7ee89d 100644 --- a/src/guiInventoryMenu.h +++ b/src/guiInventoryMenu.h @@ -77,6 +77,7 @@ public: int *active_menu_count); ~GUIInventoryMenu(); + void removeChildren(); /* Remove and re-add (or reposition) stuff */ |