LeviLamina
Loading...
Searching...
No Matches
WaterAppearanceEmptyConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ConstraintHandle.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal::internal { struct ConstraintDescription; }
11// clang-format on
12
13namespace SharedTypes::Util {
14
16: public ::cereal::ConstraintHandle<::SharedTypes::Util::WaterAppearanceEmptyConstraint> {
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 3
21 virtual ::cereal::internal::ConstraintDescription description() const /*override*/;
22
23 // vIndex: 1
24 virtual ~WaterAppearanceEmptyConstraint() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30 MCNAPI ::cereal::internal::ConstraintDescription $description() const;
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
39
40} // namespace SharedTypes::Util
Definition WaterAppearanceEmptyConstraint.h:16
MCAPI::cereal::internal::ConstraintDescription $description() const
Definition ConstraintHandle.h:8