core.remove_packs

This commit is contained in:
MihailRis
2024-04-04 03:53:58 +03:00
parent 1c82eeafd2
commit 13ae6c6950
5 changed files with 75 additions and 24 deletions
+6
View File
@@ -47,6 +47,12 @@ namespace menus {
/// @param engine engine instance
void delete_world(std::string name, Engine* engine);
void remove_packs(
Engine* engine,
LevelController* controller,
std::vector<std::string> packs
);
/// @brief Create development version label at the top-right screen corner
void create_version_label(Engine* engine);
void create_menus(Engine* engine);