LeviLamina
Loading...
Searching...
No Matches
SelectedSlotInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct SlotData;
8// clang-format on
9
10struct SelectedSlotInfo {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 8, ::SlotData const&> mSlot;
15 ::ll::TypedStorage<4, 4, int const> mProgressiveTake;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 SelectedSlotInfo& operator=(SelectedSlotInfo const&);
21 SelectedSlotInfo(SelectedSlotInfo const&);
22 SelectedSlotInfo();
23};
Definition SlotData.h:5