menus::delete_world
This commit is contained in:
@@ -42,6 +42,11 @@ namespace menus {
|
||||
/// @param confirmConvert automatically confirm convert if requested
|
||||
void open_world(std::string name, Engine* engine, bool confirmConvert);
|
||||
|
||||
/// @brief Show world removal confirmation dialog
|
||||
/// @param name world name
|
||||
/// @param engine engine instance
|
||||
void delete_world(std::string name, Engine* engine);
|
||||
|
||||
/// @brief Create development version label at the top-right screen corner
|
||||
void create_version_label(Engine* engine);
|
||||
void create_menus(Engine* engine);
|
||||
|
||||
Reference in New Issue
Block a user