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

Method NewGameMenu

PanzerChasm/menu.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100};
101
102NewGameMenu::NewGameMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands )
103 : MenuBase( parent, sound_engine )
104 , host_commands_(host_commands)
105{}
106
107NewGameMenu::~NewGameMenu()
108{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected