Пример #1
0
void RemoveEntityFromSystem(GameSystem system, Entity entity) {
    system->RemoveEntity(entity);
}