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: Levelengine.cpp
- Revision:
- 10:65a6866d418b
- Parent:
- 8:9bc80e40ac0d
- Child:
- 11:61f28e3448d3
diff -r f16581e1eba9 -r 65a6866d418b Levelengine.cpp
--- a/Levelengine.cpp Mon Mar 25 18:57:48 2019 +0000
+++ b/Levelengine.cpp Wed Mar 27 21:51:11 2019 +0000
@@ -1,6 +1,4 @@
-#include <iostream>
#include "Levelengine.h"
-#include "Minerengine.h"
Levelengine::Levelengine()
{
@@ -26,9 +24,7 @@
lcd.drawRect(20,HEIGHT - 12, 40, 2, FILL_TRANSPARENT);
lcd.drawRect(68,HEIGHT - 4, 24, 2, FILL_TRANSPARENT);
+ lcd.drawRect(75,HEIGHT - 8, 12, 2, FILL_TRANSPARENT);
+}
-
-
-
-}