SolarSim
Loading...
Searching...
No Matches
entity.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace solarsim {
9 using Entity = uint32_t;
10}
Definition engine.cpp:23
uint32_t Entity
Entity identifier type for ECS.
Definition entity.hpp:9