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