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