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: Imposs/ImpossEngine.h
- Revision:
- 11:7a4abe731f9c
- Parent:
- 10:df6a496270be
- Child:
- 13:fd290d2fd917
--- a/Imposs/ImpossEngine.h Thu May 21 12:51:46 2020 +0000 +++ b/Imposs/ImpossEngine.h Mon May 25 16:40:59 2020 +0000 @@ -11,6 +11,7 @@ #include "Two.h" #include "Three.h" #include "Four.h" +#include "Five.h" // gap from edge of screen @@ -44,6 +45,7 @@ Two _two; Three _three; Four _four; + Five _five; int x_pos; int y_pos;