LeviLamina
Loading...
Searching...
No Matches
IPackTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class PackManifest;
8class PackReport;
9// clang-format on
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual ~IPackTelemetry() = default;
17
18 // vIndex: 1
19 virtual void fireEventPackUpgradeAttempt(::PackManifest const&, ::PackReport const&) = 0;
20 // NOLINTEND
21
22public:
23 // destructor thunk
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // vftables
36 // NOLINTBEGIN
37 MCAPI static void** $vftable();
38 // NOLINTEND
39};
Definition IPackTelemetry.h:11
Definition PackManifest.h:19
Definition PackReport.h:17