Mochu Yao explorer game
Dependencies: mbed
Diff: explorer/explorer.h
- Revision:
- 36:cdfba51a0a44
- Parent:
- 33:ea83f08fa466
--- a/explorer/explorer.h Fri May 08 07:49:32 2020 +0000 +++ b/explorer/explorer.h Wed May 13 08:49:44 2020 +0000 @@ -122,6 +122,11 @@ */ int get_jump_height(); /** + * @brief get the level of the player. + * @returns if the player is on upper or lower platform. + */ +int get_y_flag(); + /** * @brief get player's direction. * @returns direction of the player. */