LeviLamina
Loading...
Searching...
No Matches
ComponentComparer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ComponentComparer {
6
// functions
7
// NOLINTBEGIN
8
#ifdef LL_PLAT_C
9
MCAPI ::std::string getDiffMessage(
char
const
* valueName, ::std::string
const
& lhs, ::std::string
const
& rhs);
10
#endif
11
// NOLINTEND
12
13
// static variables
14
// NOLINTBEGIN
15
MCAPI ::std::string
const
& GETDIFF_NOT_IMPLEMENTED();
16
17
MCAPI ::std::string
const
& TOSTRING_NOT_IMPLEMENTED();
18
// NOLINTEND
19
20
}
// namespace ComponentComparer
src
mc
entity
components
ComponentComparer.h
Generated on
for LeviLamina by
1.16.1