LeviLamina
Loading...
Searching...
No Matches
StrAndBool.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
StrAndBool
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<8, 8, char*> str;
10
::ll::TypedStorage<1, 1, bool> b;
11
// NOLINTEND
12
};
StrAndBool
Definition
StrAndBool.h:5
src
mc
deps
raknet
StrAndBool.h
Generated on
for LeviLamina by
1.16.1