LeviLamina
Loading...
Searching...
No Matches
Inbox.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::EntryPoints::Inbox {
6// functions
7// NOLINTBEGIN
8MCAPI ::std::string composeRoute(::std::string const& tab);
9// NOLINTEND
10
11// static variables
12// NOLINTBEGIN
13MCAPI ::std::add_lvalue_reference_t<char const[]> ROUTE();
14// NOLINTEND
15
16} // namespace OreUI::EntryPoints::Inbox