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

Method MenuBase

PanzerChasm/menu.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62};
63
64MenuBase::MenuBase( MenuBase* const parent_menu, const Sound::SoundEnginePtr& sound_engine )
65 : parent_menu_(parent_menu)
66 , sound_engine_(sound_engine)
67{}
68
69MenuBase::~MenuBase()
70{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected