LeviLamina
Loading...
Searching...
No Matches
TextInput.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TextInput
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 32, ::std::string> text;
10
::ll::TypedStorage<4, 4, int> controllerId;
11
// NOLINTEND
12
13
public
:
14
// member functions
15
// NOLINTBEGIN
16
17
// NOLINTEND
18
19
public
:
20
// destructor thunk
21
// NOLINTBEGIN
22
MCFOLD_C
void
$dtor();
23
// NOLINTEND
24
};
TextInput
Definition
TextInput.h:5
src
mc
deps
input
TextInput.h
Generated on
for LeviLamina by
1.16.1