LeviLamina
Loading...
Searching...
No Matches
Services.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Services {
6// functions
7// NOLINTBEGIN
8MCNAPI ::std::string const& getLocalIdentityScope(::std::string const& serviceName);
9// NOLINTEND
10
11} // namespace Bedrock::Services