MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / CreateMainOptionsUI

Function CreateMainOptionsUI

engine/Poseidon/UI/DisplayUIMenus.cpp:1952–1955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1950
1951AbstractOptionsUI* CreateMainOptionsUI()
1952{
1953 return new DisplayMain(nullptr);
1954}
1955
1956AbstractOptionsUI* CreateEndOptionsUI(int mode)
1957{
1958 Fail("Obsolete");

Callers 1

CreateMainOptionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected