LeviLamina
Loading...
Searching...
No Matches
details.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Molang::details { class SourceTree; }
8// clang-format on
9
10namespace Molang::details {
11// functions
12// NOLINTBEGIN
13MCNAPI bool operator==(::Molang::details::SourceTree const& lhs, ::Molang::details::SourceTree const& rhs);
14// NOLINTEND
15
16// static variables
17// NOLINTBEGIN
18MCNAPI ::std::unordered_map<uint64, ::std::pair<::std::pair<::std::string, ::std::string>, ::std::string>>&
19preOptimizedHashes();
20// NOLINTEND
21
22} // namespace Molang::details
Definition SourceTree.h:16