LeviLamina
Loading...
Searching...
No Matches
TextBoxSelection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
TextBoxSelection
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<4, 4, int> start;
10
::ll::TypedStorage<4, 4, int> end;
11
::ll::TypedStorage<1, 1, bool> isForward;
12
// NOLINTEND
13
};
TextBoxSelection
Definition
TextBoxSelection.h:5
src-client
mc
deps
input
TextBoxSelection.h
Generated on
for LeviLamina by
1.16.1