LeviLamina
Loading...
Searching...
No Matches
CameraPresetsInternals.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace CameraPresetsInternals {
6// functions
7// NOLINTBEGIN
8MCNAPI void
9_doContentError(::std::string const& message, ::std::string_view filename, ::std::vector<::std::string> const& errors);
10// NOLINTEND
11
12// static variables
13// NOLINTBEGIN
14MCNAPI ::std::vector<::std::string>& ALLOWED_MC_INHERIT();
15// NOLINTEND
16
17} // namespace CameraPresetsInternals