LeviLamina
Loading...
Searching...
No Matches
ComplexAliasBlockAchievementEventHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Social::Events::AchievementEventingIdUtils::ComplexAliasBlockAchievementEventHelper { struct ComplexAliasBlockPreSplitBlockInfo; }
8// clang-format on
9
10namespace Social::Events::AchievementEventingIdUtils::ComplexAliasBlockAchievementEventHelper {
11// functions
12// NOLINTBEGIN
13MCNAPI ::std::optional<
14 ::std::reference_wrapper<::Social::Events::AchievementEventingIdUtils::ComplexAliasBlockAchievementEventHelper::
15 ComplexAliasBlockPreSplitBlockInfo const>>
16getPostComplexAliasBlockToPreSplitBlockInfo(::std::string const& blockFullName);
17
18MCNAPI ::std::unordered_map<
19 ::std::string,
20 ::Social::Events::AchievementEventingIdUtils::ComplexAliasBlockAchievementEventHelper::
21 ComplexAliasBlockPreSplitBlockInfo>
22makePostComplexAliasBlockToPreSplitBlockMap();
23// NOLINTEND
24
25} // namespace Social::Events::AchievementEventingIdUtils::ComplexAliasBlockAchievementEventHelper