LeviLamina
Loading...
Searching...
No Matches
ContainerScreenTemporaryActionScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/simulation/ContainerScreenActionScope.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12#ifdef LL_PLAT_S
13 virtual ~ContainerScreenTemporaryActionScope() /*override*/ = default;
14#else // LL_PLAT_C
15 virtual ~ContainerScreenTemporaryActionScope() /*override*/;
16#endif
17
18 // NOLINTEND
19
20public:
21 // destructor thunk
22 // NOLINTBEGIN
23 MCNAPI void $dtor();
24 // NOLINTEND
25
26public:
27 // vftables
28 // NOLINTBEGIN
29 MCNAPI static void** $vftable();
30 // NOLINTEND
31};
Definition ContainerScreenActionScope.h:14
Definition ContainerScreenTemporaryActionScope.h:8
static MCAPI void ** $vftable()