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: Player/Player.h
- Revision:
- 4:afbf3dd71403
- Parent:
- 3:b34685dbdb8d
- Child:
- 7:68e06dda79f7
diff -r b34685dbdb8d -r afbf3dd71403 Player/Player.h --- a/Player/Player.h Tue Apr 02 12:40:31 2019 +0000 +++ b/Player/Player.h Sat Apr 06 11:47:18 2019 +0000 @@ -17,7 +17,7 @@ public: Player(); ~Player(); - update(Gamepad &pad); + void update(Gamepad &pad); }; #endif \ No newline at end of file