LeviLamina
Loading...
Searching...
No Matches
ServerTripodCameraTickingSystem.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
class
ServerTripodCameraTickingSystem
:
public
::ITickingSystem
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
18
19
virtual
~ServerTripodCameraTickingSystem
()
/*override*/
=
default
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
26
// NOLINTEND
27
};
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
ServerTripodCameraTickingSystem
Definition
ServerTripodCameraTickingSystem.h:13
src
mc
entity
systems
ServerTripodCameraTickingSystem.h
Generated on
for LeviLamina by
1.16.1