pause menu moved to xml

This commit is contained in:
MihailRis
2024-04-18 22:37:51 +03:00
parent 64820020f8
commit ef4294ab47
5 changed files with 9 additions and 30 deletions
-2
View File
@@ -26,8 +26,6 @@ namespace menus {
// implemented in menu_create_world.cpp
extern void create_world_generators_panel(Engine* engine);
// implemented in menu_pause.cpp
extern void create_pause_panel(Engine* engine, LevelController* controller);
extern std::shared_ptr<gui::Panel> create_packs_panel(
const std::vector<ContentPack>& packs,
Engine* engine,