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.
Dependencies: mbed
Diff: Game/Game.h
- Revision:
- 4:17d5b53b8815
- Parent:
- 3:c61d0c70eda4
- Child:
- 6:a2c72def99f9
diff -r c61d0c70eda4 -r 17d5b53b8815 Game/Game.h
--- a/Game/Game.h Tue May 26 16:52:17 2020 +0000
+++ b/Game/Game.h Tue May 26 17:13:20 2020 +0000
@@ -33,9 +33,11 @@
Game();
void movement(Gamepad &pad);
+ void updating_position();
int death(N5110 &lcd,Gamepad &pad);
void draw(N5110 &lcd,Gamepad &pad);
void gameover(N5110 &lcd,Gamepad &pad);
void point(N5110 &lcd,Gamepad &pad);
};
+
#endif
\ No newline at end of file