LeviLamina
Loading...
Searching...
No Matches
MenuPointer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
MenuPointer
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<1, 1, bool> mPressed;
10
// NOLINTEND
11
12
public
:
13
// member functions
14
// NOLINTBEGIN
15
MCAPI MenuPointer();
16
17
MCFOLD
bool
isPressed();
18
19
MCFOLD
void
setPressed(
bool
pressed);
20
21
MCAPI ~MenuPointer();
22
// NOLINTEND
23
24
public
:
25
// constructor thunks
26
// NOLINTBEGIN
27
MCFOLD
void
* $ctor();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCFOLD
void
$dtor();
34
// NOLINTEND
35
};
MenuPointer
Definition
MenuPointer.h:5
src-client
mc
client
gui
screens
MenuPointer.h
Generated on
for LeviLamina by
1.16.1