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