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:
- 58:4a826093d9e9
- Parent:
- 57:0f3bbbac72fd
- Child:
- 60:3df033345059
--- a/Gameengine/Gameengine.h Wed Apr 24 20:56:36 2019 +0000
+++ b/Gameengine/Gameengine.h Tue May 07 00:30:46 2019 +0000
@@ -43,6 +43,9 @@
/** Updates and renders all level objects for level 3.
*/
void draw_l3(N5110 &lcd, Gamepad &pad);
+ /** Updates and renders all level objects for level 4.
+ */
+ void draw_l4(N5110 &lcd, Gamepad &pad);
/**
* @brief Reads direction the player is moving.
* @details Uses getdirection() function from Gamepad library.