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

Method BootstrapErrorWindow

src/bootstrap_gui.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88class BootstrapErrorWindow : public Window {
89public:
90 BootstrapErrorWindow() : Window(_bootstrap_errmsg_desc)
91 {
92 this->InitNested(1);
93 }
94
95 void Close([[maybe_unused]] int data = 0) override
96 {

Callers

nothing calls this directly

Calls 1

InitNestedMethod · 0.80

Tested by

no test coverage detected