MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / SaveLoadMenu

Method SaveLoadMenu

PanzerChasm/menu.cpp:833–840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831};
832
833SaveLoadMenu::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
842SaveLoadMenu::~SaveLoadMenu()
843{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected