LeviLamina
Loading...
Searching...
No Matches
ProfileCard.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI::EntryPoints::ProfileCard {
6// functions
7// NOLINTBEGIN
8MCAPI ::std::string composeRoute(::std::string const& xuid, ::std::string const& platformId);
9// NOLINTEND
10
11} // namespace OreUI::EntryPoints::ProfileCard