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:
- 44:e29458976114
- Parent:
- 42:d81c008b0436
- Child:
- 45:bad704c546d4
diff -r 1ec6b6293c6b -r e29458976114 Gameengine/Gameengine.h
--- a/Gameengine/Gameengine.h Wed Apr 17 02:00:31 2019 +0000
+++ b/Gameengine/Gameengine.h Wed Apr 17 19:57:33 2019 +0000
@@ -22,10 +22,10 @@
void game_init();
void draw_l1(N5110 &lcd, Gamepad &pad);
void draw_l2(N5110 &lcd, Gamepad &pad);
+ void draw_l3(N5110 &lcd, Gamepad &pad);
void lose_life(Gamepad &pad, N5110 &lcd);
bool game_over();
void next_level(N5110 &lcd);
- bool enemy_death();
bool trap_death(N5110 &lcd);
void key_draw(N5110 &lcd,Gamepad &pad);
void blocks(N5110 &lcd);
@@ -34,6 +34,7 @@
int oxygen_leds();
int lives_leds();
void get_score(N5110 &lcd);
+ bool game_complete(N5110 &lcd);
private: