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