LeviLamina
Loading...
Searching...
No Matches
Namespaces.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Editor::Namespaces {
6// functions
7// NOLINTBEGIN
8MCNAPI bool hasEditorNamespace(::std::string_view str);
9// NOLINTEND
10
11} // namespace Editor::Namespaces