3#include "mc/_HeaderOutputPredefine.h"
5namespace OreUI::EntryPoints::DisconnectScreen {
8MCAPI ::std::string composeRoute(
10 ::std::string
const& titleMessage,
11 ::std::string
const& errorMessage,
12 ::std::string
const& codeword,
13 ::std::string
const& errorDetails,
14 ::std::string
const& serverMessage,
15 ::std::string
const& serverName
18MCAPI ::std::string composeRouteNoParameters();