contains my game for the embedded systems project 2645
Dependencies: mbed FXOS8700CQQQ
Diff: GameMenus/Menus.h
- Revision:
- 38:2c0bad326668
- Parent:
- 37:b0e7e44503af
diff -r b0e7e44503af -r 2c0bad326668 GameMenus/Menus.h --- a/GameMenus/Menus.h Fri May 03 11:12:03 2019 +0000 +++ b/GameMenus/Menus.h Fri May 03 11:14:16 2019 +0000 @@ -40,6 +40,8 @@ menus.SecondInstructionsMenu(lcd); //displays the loading menu menus.loading_menu(lcd); + //displays the credits menu + menus.credits(lcd,pad); //keeps looping to display main menu and method calls while(1){ //displays main menu and each related method call when button pressed