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/Levelengine.h
- Revision:
- 28:a38070a1cdcf
- Parent:
- 27:e73dd64ef334
--- a/Levelengine/Levelengine.h Tue Apr 09 18:46:14 2019 +0000
+++ b/Levelengine/Levelengine.h Tue Apr 09 21:03:49 2019 +0000
@@ -43,15 +43,6 @@
1,0,1,0,1,
};
-const int enemy[15] = {
-
- 1,1,1,
- 1,0,1,
- 1,1,1,
- 0,1,0,
- 1,1,1,
- };
-
typedef struct {
bool key[5];
} Key;