Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: BreakoutEngine/BreakoutEngine.h
- Revision:
- 39:a9bb03bef107
- Parent:
- 36:cb73014d3a99
- Child:
- 40:ac53905346fb
diff -r 3a077f0259df -r a9bb03bef107 BreakoutEngine/BreakoutEngine.h --- a/BreakoutEngine/BreakoutEngine.h Thu Apr 25 21:05:18 2019 +0000 +++ b/BreakoutEngine/BreakoutEngine.h Thu Apr 25 21:08:34 2019 +0000 @@ -71,7 +71,7 @@ std::list<Laser>::iterator it_L; std::list<Brick> listofBricks; - std::list<Brick>::iterator it; + std::list<Brick>::iterator it_R; Brick _brick11; Brick _brick12;