map editor buttons on the title screen

This commit is contained in:
devZoGok
2022-12-28 15:45:24 +02:00
parent 87503c7b48
commit d6ae678ce6
3 changed files with 75 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ namespace battleship{
void addTooltip(Tooltip*);
void removeTooltip(Tooltip*);
void removeSlider(vb01Gui::Slider*);
void removeAllButtons();
void removeAllButtons(std::vector<vb01Gui::Button*> = std::vector<vb01Gui::Button*>{});
void removeAllListboxes();
void removeAllCheckboxes();
void removeAllSliders();