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