menus::add_packs

This commit is contained in:
MihailRis
2024-04-16 05:02:50 +03:00
parent 9a0e8f4540
commit 0863e40b3b
2 changed files with 10 additions and 8 deletions
+3 -3
View File
@@ -53,10 +53,10 @@ namespace menus {
std::vector<std::string> packs
);
void add_pack_to_world(
const ContentPack& pack,
void add_packs(
Engine* engine,
LevelController* controller
LevelController* controller,
std::vector<std::string> packs
);
/// @brief Create development version label at the top-right screen corner