LeviLamina
Loading...
Searching...
No Matches
Editor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor {
6// functions
7// NOLINTBEGIN
8MCNAPI ::std::unordered_set<uint64> _getFilteredBlockSet();
9// NOLINTEND
10
11// static variables
12// NOLINTBEGIN
13MCNAPI ::std::string_view const& EDITOR_PACK_CAPABILITY();
14// NOLINTEND
15
16} // namespace Editor