LeviLamina
Loading...
Searching...
No Matches
Vec2TotalConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ConstraintHandle.h"
7
8namespace SharedTypes {
9
10class Vec2TotalConstraint : public ::cereal::ConstraintHandle<::SharedTypes::Vec2TotalConstraint> {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<4, 4, float> mTotal;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~Vec2TotalConstraint() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // vftables
25 // NOLINTBEGIN
26 MCNAPI static void** $vftable();
27 // NOLINTEND
28};
29
30} // namespace SharedTypes
Definition Vec2TotalConstraint.h:10
static MCAPI void ** $vftable()
Definition ConstraintHandle.h:8