MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / ShowAboutWindow

Function ShowAboutWindow

src/misc_gui.cpp:483–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481};
482
483void ShowAboutWindow()
484{
485 CloseWindowByClass(WC_GAME_OPTIONS);
486 new AboutWindow();
487}
488
489/**
490 * Display estimated costs.

Callers 1

MenuClickHelpFunction · 0.85

Calls 1

CloseWindowByClassFunction · 0.85

Tested by

no test coverage detected