LeviLamina
Loading...
Searching...
No Matches
UIEventCoordinator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/EventCoordinator.h"
7
8// auto generated forward declare list
9// clang-format off
10class UIEventListener;
11// clang-format on
12
13class UIEventCoordinator : public ::EventCoordinator<::UIEventListener> {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~UIEventCoordinator() /*override*/ = default;
19 // NOLINTEND
20
21public:
22 // destructor thunk
23 // NOLINTBEGIN
24
25 // NOLINTEND
26};
Definition EventCoordinator.h:6
Definition UIEventCoordinator.h:13
Definition UIEventListener.h:13