LeviLamina
Loading...
Searching...
No Matches
AutomaticFeatureRulesData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_20 {
12
14public:
15 // member variables
16 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // static variables
42 // NOLINTBEGIN
43 MCAPI static ::SemVersionConstant const& VERSION();
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
52
53} // namespace SharedTypes::v1_21_20
Definition SemVersionConstant.h:8
Definition AutomaticFeatureRulesData.h:13
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14