LeviLamina
Loading...
Searching...
No Matches
BiomeLoadingUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/SerializerContext.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class Path; }
11// clang-format on
12
13namespace BiomeLoadingUtil {
14// functions
15// NOLINTBEGIN
16MCAPI void
17_doContentError(::std::string const& message, ::Core::Path const& filePath, ::std::vector<::std::string> const& errors);
18
19MCFOLD ::std::string _getUnrecognizedFieldText(::std::vector<::cereal::SerializerContext::LogEntry> const& schemaLog);
20// NOLINTEND
21
22} // namespace BiomeLoadingUtil
Definition Path.h:15
Definition Path.h:16