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: SavedGames/SavedGames.h
- Revision:
- 63:4631447440cf
- Parent:
- 61:7c4ec680a428
- Child:
- 64:e9dfc35a1738
diff -r f0c86a854a9e -r 4631447440cf SavedGames/SavedGames.h --- a/SavedGames/SavedGames.h Wed May 20 21:15:50 2020 +0000 +++ b/SavedGames/SavedGames.h Thu May 21 00:09:10 2020 +0000 @@ -87,6 +87,11 @@ */ bool get_error(); + /** set error + * @param error; + */ + bool set_error(bool error); + /** Gets the displayed saved game number * @return display_data_number_; */