Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
id_fwd.h
1#pragma once
2#include <cstdint>
3
4namespace gaia {
5 namespace ecs {
6 using IdentifierId = uint32_t;
7 using IdentifierData = uint32_t;
8
9 using EntityId = IdentifierId;
10 using ComponentId = IdentifierId;
11 } // namespace ecs
12} // namespace gaia
Checks if endianess was detected correctly at compile-time.
Definition bitset.h:9