This commit is contained in:
Ryzerth
2021-07-09 17:55:17 +02:00
parent cf3c976651
commit 91c6823e0c
2 changed files with 30 additions and 13 deletions

View File

@@ -36,5 +36,8 @@ private:
std::string insertBeforeName = "";
std::vector<std::string> displayedNames;
int draggedId = 0;
MenuOption_t draggedOpt;
std::map<std::string, MenuItem_t> items;
};