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:
- 18:ba4159ab4da7
- Parent:
- 17:ce6b54422113
- Child:
- 19:1073cc64cb0b
--- a/Game/Game.h Wed May 08 13:03:24 2019 +0000
+++ b/Game/Game.h Wed May 08 15:01:45 2019 +0000
@@ -22,6 +22,7 @@
void drawSprite(N5110 &lcd);
void collect(N5110 &lcd, Gamepad &pad);
void movement(Gamepad &pad,N5110 &lcd);
+ void position();
void damage(N5110 &lcd,Gamepad &pad);
void UI(Gamepad &pad,N5110 &lcd);
void death(N5110 &lcd, Gamepad &pad);
@@ -33,7 +34,9 @@
Maze maze;
Enemy1 enemy1;
Enemy2 enemy2;
- Coin coin;
+ Coin coin1;
+ Coin coin2;
+ Coin coin3;
Menu menu;
Direction dir;