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

Method ControlsMenu

PanzerChasm/menu.cpp:977–980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975}
976
977ControlsMenu::ControlsMenu( MenuBase* parent, const Sound::SoundEnginePtr& sound_engine, HostCommands& host_commands )
978 : MenuBase( parent, sound_engine )
979 , settings_(host_commands.GetSettings())
980{}
981
982ControlsMenu::~ControlsMenu()
983{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected