LeviLamina
Loading...
Searching...
No Matches
CraftingItemCatalogMergeUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9namespace CraftingItemCatalogPackStackLoadUtils { struct LoadResult; }
10// clang-format on
11
12namespace CraftingItemCatalogMergeUtils {
13// functions
14// NOLINTBEGIN
15MCAPI ::CraftingItemCatalogMergeResult mergeLoadResults(
16 ::ItemRegistryRef const& itemRegistry,
17 ::std::vector<::CraftingItemCatalogPackStackLoadUtils::LoadResult> const& loadResults
18);
19// NOLINTEND
20
21} // namespace CraftingItemCatalogMergeUtils
Definition CraftingItemCatalogMergeResult.h:8
Definition ItemRegistryRef.h:29