LeviLamina
Loading...
Searching...
No Matches
PackUUIDs.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::ScriptModule::PackUUIDs {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::string_view const& EDITOR_CORE();
9
10MCNAPI ::std::string_view const& EDITOR_INTERNAL();
11
12MCNAPI ::std::string_view const& EDITOR_SAMPLES();
13// NOLINTEND
14
15} // namespace Editor::ScriptModule::PackUUIDs