contains my game for the embedded systems project 2645
Dependencies: mbed FXOS8700CQQQ
Diff: GameMenus/Menus.h
- Revision:
- 31:4d4a9d78cae5
- Parent:
- 29:e660274d8222
- Child:
- 33:24ef796ff2c8
diff -r c5060010a1e6 -r 4d4a9d78cae5 GameMenus/Menus.h --- a/GameMenus/Menus.h Sat Apr 27 02:00:28 2019 +0000 +++ b/GameMenus/Menus.h Sun Apr 28 02:43:58 2019 +0000 @@ -93,7 +93,11 @@ * @param lcd @details calls the lcd object to be passed to the methods called inside this method */ void loading_menu(N5110 &lcd); - + /** + * @brief second instructions menu method + * @param lcd @details calls the lcd object to be passed to the methods called inside this method + */ + void SecondInstructionsMenu(N5110 &lcd); private: RocketRacer Rocket_Race; GameTones tone;