LeviLamina
Loading...
Searching...
No Matches
ISystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
ISystem
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~ISystem
() =
default
;
11
12
// vIndex: 1
13
virtual
void
registerEvents(::entt::dispatcher& dispatcher);
14
// NOLINTEND
15
16
public
:
17
// destructor thunk
18
// NOLINTBEGIN
19
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCFOLD
void
$registerEvents(::entt::dispatcher& dispatcher);
26
// NOLINTEND
27
};
ISystem
Definition
ISystem.h:5
src
mc
deps
ecs
systems
ISystem.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0