| 100 | }; |
| 101 | |
| 102 | NewGameMenu::NewGameMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands ) |
| 103 | : MenuBase( parent, sound_engine ) |
| 104 | , host_commands_(host_commands) |
| 105 | {} |
| 106 | |
| 107 | NewGameMenu::~NewGameMenu() |
| 108 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected