| 831 | }; |
| 832 | |
| 833 | SaveLoadMenu::SaveLoadMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands, What what ) |
| 834 | : MenuBase( parent, sound_engine ) |
| 835 | , host_commands_(host_commands) |
| 836 | , what_(what) |
| 837 | { |
| 838 | for( SaveComment& save_comment : saves_names_ ) |
| 839 | save_comment[0]= '\0'; |
| 840 | } |
| 841 | |
| 842 | SaveLoadMenu::~SaveLoadMenu() |
| 843 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected