#ifndef entity_hpp #define entity_hpp #include using Entity_Id = uint32_t; #endif