LeviLamina
Loading...
Searching...
No Matches
HeartbeatClientSystem.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
10class EntityRegistry;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual void tick(::EntityRegistry& registry) /*override*/;
18
19 virtual ~HeartbeatClientSystem() /*override*/ = default;
20 // NOLINTEND
21
22public:
23 // virtual function thunks
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCNAPI void $tick(::EntityRegistry& registry);
27#endif
28
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
Definition EntityRegistry.h:11
Definition HeartbeatClientSystem.h:13
static MCAPI void ** $vftable()
Definition ITickingSystem.h:15