LeviLamina
Loading...
Searching...
No Matches
FriendsDrawer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace OreUI { class RouterLocation; }
8// clang-format on
9
10namespace OreUI::EntryPoints::FriendsDrawer {
11// functions
12// NOLINTBEGIN
13MCAPI ::std::string composeRouteForTab(::std::string const& tab);
14
15MCAPI bool routeHasSocialDrawer(::OreUI::RouterLocation const& route);
16// NOLINTEND
17
18// static variables
19// NOLINTBEGIN
20MCAPI ::std::add_lvalue_reference_t<char const[]> ROUTE();
21
22MCAPI ::std::add_lvalue_reference_t<char const[]> SOCIAL_DRAWER_TAB_QUERY();
23// NOLINTEND
24
25} // namespace OreUI::EntryPoints::FriendsDrawer
Definition RouterLocation.h:7