Ajout de blocs de tests

This commit is contained in:
Mattéo Delabre 2016-03-10 22:47:38 +01:00
parent e8193af1c9
commit af18582e19
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ int main() {
Engine engine;
Ball ball(0, 0);
Block block1(0, 5);
Block block2(1, 5);
Block block3(2, 5);
Block block4(3, 5);
Block block1(0, 3);
Block block2(1, 3);
Block block3(2, 3);
Block block4(3, 3);
engine.addObject(&ball);
engine.addObject(&block1);