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: Options_Engine/OptionsEngine.h
- Revision:
- 26:0dc10374546f
- Parent:
- 25:b52aa23df120
- Child:
- 35:138ad0faa42b
diff -r b52aa23df120 -r 0dc10374546f Options_Engine/OptionsEngine.h
--- a/Options_Engine/OptionsEngine.h Sun Apr 21 13:20:12 2019 +0000
+++ b/Options_Engine/OptionsEngine.h Tue Apr 23 23:55:05 2019 +0000
@@ -29,17 +29,19 @@
Option option_selection(Gamepad &gamepad, N5110 &lcd);
void change_brightness(Gamepad &gamepad, N5110 &lcd);
void change_ball_speed(Gamepad &gamepad, N5110 &lcd, Ball &ball);
- void view_high_scores(Gamepad &gamepad, N5110 &lcd, SDFileSystem &sd);
+ void view_high_scores(Gamepad &gamepad, N5110 &lcd);
private:
void read_brightness_input(Gamepad &gamepad);
void read_ball_speed_input(Gamepad &gamepad);
- void print_high_scores(N5110 &lcd, SDFileSystem &sd);
+ void print_high_scores(N5110 &lcd);
+ void read_bb_high_scores();
Option _state;
int _next_state;
float _brightness;
int _ball_speed;
Mode _leaderboard;
+ int _bbarray[5];
};
#endif
\ No newline at end of file