Correction du main

This commit is contained in:
Mattéo Delabre 2016-03-09 19:35:50 +01:00
parent 920f357c3e
commit b4aa564cf0
1 changed files with 1 additions and 1 deletions

View File

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