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

Method QuitMenu

PanzerChasm/menu.cpp:2179–2182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2177};
2178
2179QuitMenu::QuitMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands )
2180 : MenuBase( parent, sound_engine )
2181 , host_commands_(host_commands)
2182{}
2183
2184QuitMenu::~QuitMenu()
2185{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected