| 423 | |
| 424 | #if defined(WITH_MULTIPLAYER) |
| 425 | void MainMenu::ConnectToServer(StringView endpoint, std::uint16_t defaultPort) |
| 426 | { |
| 427 | _root->ConnectToServer(endpoint, defaultPort); |
| 428 | } |
| 429 | |
| 430 | bool MainMenu::CreateServer(Jazz2::Multiplayer::ServerInitialization&& serverInit) |
| 431 | { |