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: Gameengine/Gameengine.h
- Revision:
- 38:55bb9da08a52
- Parent:
- 37:4d525a37d5d2
- Child:
- 39:ddca28745388
- Child:
- 40:913339e324b8
diff -r 4d525a37d5d2 -r 55bb9da08a52 Gameengine/Gameengine.h
--- a/Gameengine/Gameengine.h Fri Apr 12 18:10:11 2019 +0000
+++ b/Gameengine/Gameengine.h Sun Apr 14 15:18:58 2019 +0000
@@ -25,9 +25,10 @@
void next_level(N5110 &lcd);
bool enemy_death();
bool trap_death(N5110 &lcd);
- void solid_blocks(N5110 &lcd);
void get_miner_pos();
void key_draw(N5110 &lcd,Gamepad &pad);
+ void blocks(N5110 &lcd);
+ bool enemies(N5110 &lcd);
private: