LeviLamina
Loading...
Searching...
No Matches
EntitySystemsInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
struct
ComponentInfo
;
8
struct
SystemInfo
;
9
// clang-format on
10
11
struct
EntitySystemsInfo
{
12
public
:
13
// member variables
14
// NOLINTBEGIN
15
::ll::TypedStorage<8, 32, ::std::string> mName;
16
::ll::TypedStorage<8, 24, ::std::vector<::SystemInfo>> mGameSystems;
17
::ll::TypedStorage<8, 24, ::std::vector<::ComponentInfo>> mAllKnownComponents;
18
// NOLINTEND
19
};
ComponentInfo
Definition
ComponentInfo.h:5
EntitySystemsInfo
Definition
EntitySystemsInfo.h:11
SystemInfo
Definition
SystemInfo.h:12
src
mc
deps
ecs
systems
EntitySystemsInfo.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0