1 2 3 4 5 6 7 8
#ifndef entity_hpp #define entity_hpp #include <stdint.h> using Entity_Id = uint32_t; #endif