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: main.h
- Revision:
- 4:59175720d8ee
- Parent:
- 3:b248dc1f3e8d
- Child:
- 5:5667c4ec3d7e
--- a/main.h Sun May 05 02:16:51 2019 +0000 +++ b/main.h Sun May 05 02:27:37 2019 +0000 @@ -15,13 +15,19 @@ void welcome(); void arrow_location(); void arrow_select(); +//----------------------- void game_engine_run(); +//----------------------- void controls_run(); +//----------------------- void instructions_run(); +//----------------------- void options_run(); void options_brightness(); void options_contrast(); void options_volume(); +//----------------------- +void high_scores_run(); int menu_arrow[7][7] = { // Arrow pointer used in main menu {0,0,0,0,0,0,0,},