@ -5,7 +5,7 @@ int main() {
Engine engine;
Ball ball;
engine.balls.push_back(ball);
engine.addObject(&ball);
engine.start();
return 0;