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.
Diff: Engine/Engine.h
- Revision:
- 2:9ca5e1c221c3
- Parent:
- 1:a14415de3ad5
- Child:
- 3:6253a2d374fa
diff -r a14415de3ad5 -r 9ca5e1c221c3 Engine/Engine.h --- a/Engine/Engine.h Mon Apr 16 09:07:17 2018 +0000 +++ b/Engine/Engine.h Mon Apr 16 10:55:00 2018 +0000 @@ -19,5 +19,6 @@ Direction _d; float _mag; - + int _grid[22][22]; + Snek _solid; }; \ No newline at end of file