LeviLamina
Loading...
Searching...
No Matches
TypeIds.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/typeid_t.h"
7
8// auto generated forward declare list
9// clang-format off
10struct SystemCategory;
11// clang-format on
12
13namespace ECSModule {
14
15struct TypeIds {
16public:
17 // member variables
18 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 TypeIds& operator=(TypeIds const&);
30 TypeIds(TypeIds const&);
31 TypeIds();
32};
33
34} // namespace ECSModule
Definition TypeIds.h:15
Definition SystemCategory.h:5
Definition Alias.h:14