| 364 | } |
| 365 | |
| 366 | static void showMultiplayer(Window* window) |
| 367 | { |
| 368 | StringManager::setString(StringIds::buffer_2039, ""); |
| 369 | TextInput::openTextInput(window, StringIds::enter_host_address, StringIds::enter_host_address_description, StringIds::buffer_2039, Widx::multiplayer_toggle_btn, {}); |
| 370 | } |
| 371 | |
| 372 | static void multiplayerConnect(std::string_view host) |
| 373 | { |
no test coverage detected