LeviLamina
Loading...
Searching...
No Matches
DisconnectScreen.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::EntryPoints::DisconnectScreen {
6// functions
7// NOLINTBEGIN
8MCAPI ::std::string composeRoute(
9 int reason,
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
16);
17// NOLINTEND
18
19} // namespace OreUI::EntryPoints::DisconnectScreen