LeviLamina
Loading...
Searching...
No Matches
SentryEnvelopeItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
cereal {
struct
ReflectionCtx
; }
8
// clang-format on
9
10
struct
SentryEnvelopeItem
{
11
public
:
12
// SentryEnvelopeItem inner types define
13
enum class
Type :
int
{
14
Event = 0,
15
};
16
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<4, 4, ::SentryEnvelopeItem::Type> type;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCNAPI
static
void
bindType
(
::cereal::ReflectionCtx
&
ctx
);
27
// NOLINTEND
28
};
SentryEnvelopeItem
Definition
SentryEnvelopeItem.h:10
SentryEnvelopeItem::bindType
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src
mc
debug
SentryEnvelopeItem.h
Generated on
for LeviLamina by
1.16.1