pack.get_available

This commit is contained in:
MihailRis
2024-04-16 04:56:36 +03:00
parent 04f0d44c23
commit 9a0e8f4540
3 changed files with 89 additions and 39 deletions
+6
View File
@@ -53,6 +53,12 @@ namespace menus {
std::vector<std::string> packs
);
void add_pack_to_world(
const ContentPack& pack,
Engine* engine,
LevelController* controller
);
/// @brief Create development version label at the top-right screen corner
void create_version_label(Engine* engine);
void create_menus(Engine* engine);