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:
- 60:55fdc6bb29b9
- Parent:
- 59:0b2e43312d6b
- Child:
- 61:7c4ec680a428
--- a/SavedGames/SavedGames.h Wed May 20 17:47:18 2020 +0000 +++ b/SavedGames/SavedGames.h Wed May 20 18:14:42 2020 +0000 @@ -69,6 +69,11 @@ */ void display_saved_games(N5110 &lcd); + /** Draws the select save to save to screen + * @param lcd @details N5110 object + */ + void save_game_screen(N5110 &lcd); + /** Vector to store saved game data*/ std::vector<SavedGamesData> saved_data_vector;