Exemplo n.º 1
0
 /**
  * Gets the reference to the entity with specified ID.
  * @throws std::out_of_range if no entity with this ID is found.
  */
 inline Entity& getEntityById(EntityId id) {
   return entities.getById(id);
 }