LeviLamina
Loading...
Searching...
No Matches
HitResultSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityRegistry
;
11
// clang-format on
12
13
struct
HitResultSystem
:
public
::ITickingSystem
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
18
19
virtual
~HitResultSystem
()
/*override*/
=
default
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
#ifdef LL_PLAT_C
26
MCNAPI
void
$tick(
::EntityRegistry
& registry);
27
#endif
28
29
30
// NOLINTEND
31
32
public
:
33
// vftables
34
// NOLINTBEGIN
35
MCNAPI
static
void
**
$vftable
();
36
// NOLINTEND
37
};
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
HitResultSystem
Definition
HitResultSystem.h:13
HitResultSystem::$vftable
static MCAPI void ** $vftable()
src
mc
entity
systems
HitResultSystem.h
Generated on
for LeviLamina by
1.16.1