| 62 | }; |
| 63 | |
| 64 | MenuBase::MenuBase( MenuBase* const parent_menu, const Sound::SoundEnginePtr& sound_engine ) |
| 65 | : parent_menu_(parent_menu) |
| 66 | , sound_engine_(sound_engine) |
| 67 | {} |
| 68 | |
| 69 | MenuBase::~MenuBase() |
| 70 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected