Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
483
void ShowAboutWindow()
484
{
485
CloseWindowByClass(WC_GAME_OPTIONS);
486
new AboutWindow();
487
}
488
489
/**
490
* Display estimated costs.
Callers
1
MenuClickHelp
Function · 0.85
Calls
1
CloseWindowByClass
Function · 0.85
Tested by
no test coverage detected