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: Engine/Engine.h
- Revision:
- 15:4efa04a6a376
- Parent:
- 14:529f798adae4
- Child:
- 16:e0542761fc8c
diff -r 529f798adae4 -r 4efa04a6a376 Engine/Engine.h --- a/Engine/Engine.h Sun Apr 21 16:10:19 2019 +0000 +++ b/Engine/Engine.h Tue Apr 23 23:14:06 2019 +0000 @@ -16,7 +16,6 @@ void update(Gamepad &pad); void draw(N5110 &lcd); void check_floors_collision(); - void shift_floors(); private: Floors _f;