LeviLamina
Loading...
Searching...
No Matches
TickingSystemWithInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ITickingSystem
;
8
struct
SystemInfo
;
9
// clang-format on
10
11
struct
TickingSystemWithInfo
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ITickingSystem>> mTickingSystem;
16
::ll::TypedStorage<8, 192, ::SystemInfo> mInfo;
17
// NOLINTEND
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCAPI
~TickingSystemWithInfo
();
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
MCAPI
void
$dtor();
29
// NOLINTEND
30
};
ITickingSystem
Definition
ITickingSystem.h:15
SystemInfo
Definition
SystemInfo.h:12
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:11
src
mc
deps
ecs
systems
TickingSystemWithInfo.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0