LeviLamina
Loading...
Searching...
No Matches
StrictEntityContext.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntityId;
8// clang-format on
9
11public:
12 // StrictEntityContext inner types declare
13 // clang-format off
14 struct Hash;
15 // clang-format on
16
17 // StrictEntityContext inner types define
18 struct Hash {};
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, ::EntityId> mEntity;
24 ::ll::TypedStorage<4, 4, uint> mRegistryId;
25 // NOLINTEND
26};
Definition EntityId.h:12
Definition StrictEntityContext.h:10
Definition StrictEntityContext.h:18