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.
Dependencies: mbed
Diff: Ball/Ball.cpp
- Revision:
- 28:d0b0a64a832d
- Parent:
- 26:6427f09cf8d3
- Child:
- 30:43aace0fdbdf
--- a/Ball/Ball.cpp Wed May 01 23:01:44 2019 +0000 +++ b/Ball/Ball.cpp Tue May 07 17:50:58 2019 +0000 @@ -1,4 +1,3 @@ - #include "Ball.h" Ball::Ball() { @@ -97,11 +96,8 @@ void Ball::reset_ball_count(){ _ball_count=0; } - - void Ball::reset(){ _bowled=0; - _x1=42; _y1=3; _x = 42;