LeviLamina
Loading...
Searching...
No Matches
IUIEventTelemetry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 virtual ~IUIEventTelemetry() = default;
10
11 virtual void fireScreenLoadTimeUpdateEvent(
12 uint const&,
13 ::std::string const&,
14 ::std::chrono::nanoseconds,
15 ::std::string const&
16 ) = 0;
17 // NOLINTEND
18
19public:
20 // virtual function thunks
21 // NOLINTBEGIN
22
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftable();
29 // NOLINTEND
30};
Definition IUIEventTelemetry.h:5
static MCAPI void ** $vftable()