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
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
11public:
12 // SentryEnvelopeItem inner types define
13 enum class Type : int {
14 Event = 0,
15 };
16
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::SentryEnvelopeItem::Type> type;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
27 // NOLINTEND
28};
Definition SentryEnvelopeItem.h:10
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5