Kern Fowler / Mbed 2 deprecated Donkey_Kong_Game

Dependencies:   mbed

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,},