new content menu (WIP)

This commit is contained in:
MihailRis
2024-05-02 04:07:07 +03:00
parent 690e3f54c9
commit 5915b811f2
27 changed files with 340 additions and 202 deletions
+3 -7
View File
@@ -22,14 +22,10 @@ public:
/// @param name world name
void deleteWorld(std::string name);
void removePacks(
LevelController* controller,
std::vector<std::string> packs
);
void addPacks(
void reconfigPacks(
LevelController* controller,
std::vector<std::string> packs
std::vector<std::string> packsToAdd,
std::vector<std::string> packsToRemove
);
void createWorld(