LeviLamina
Loading...
Searching...
No Matches
AxisOffsetContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/LayoutAxisOffsetContainerType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace ui { struct AxisOffset; }
11// clang-format on
12
13namespace ui {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::ui::AxisOffset>> axisOffsets;
20 ::ll::TypedStorage<4, 4, ::ui::LayoutAxisOffsetContainerType> containerType;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ~AxisOffsetContainer();
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32 MCFOLD void $dtor();
33 // NOLINTEND
34};
35
36} // namespace ui
Definition AxisOffsetContainer.h:7
Definition AxisOffset.h:7