Mochu Yao explorer game
Dependencies: mbed
Diff: explorer/explorer.h
- Revision:
- 20:20e6ba54e15c
- Parent:
- 17:1b4ecc01b79f
- Child:
- 23:7be9701fc1b8
--- a/explorer/explorer.h Tue Apr 28 13:37:26 2020 +0000 +++ b/explorer/explorer.h Tue Apr 28 14:13:36 2020 +0000 @@ -101,7 +101,7 @@ void fall(bool f_flag, Gamepad &gamepad); //the fall flag need to add music to hint the player that the game is over -void reset_flag(bool flag,Gamepad &gamepad); +void reset_flag(bool flag); //the reset flag also need to add music to hint the player that the game has been reseted bool get_fall_flag();