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