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: Character/Character.h
- Revision:
- 4:b16b6078a432
- Parent:
- 2:c25ec0da7636
- Child:
- 6:546eba371942
--- a/Character/Character.h Mon May 18 11:38:28 2020 +0000 +++ b/Character/Character.h Mon May 18 15:42:26 2020 +0000 @@ -14,7 +14,9 @@ void update(Direction d,float mag); void level_up(); int get_level(); - Vector2D get_pos(); + int get_direction(); + int get_x(); + int get_y(); private: