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 wave_player 4DGL-uLCD-SE MMA8452
Diff: map.h
- Revision:
- 3:664c79e2ceb5
- Parent:
- 2:06c63d567719
--- a/map.h Fri Nov 30 02:53:05 2018 +0000 +++ b/map.h Fri Nov 30 03:46:39 2018 +0000 @@ -34,6 +34,8 @@ * If zero, this item should block character motion. */ int walkable; + int x; + int y; /** * Arbitrary extra data for the MapItem. Could be useful for keeping up with @@ -196,6 +198,4 @@ void add_orgprint(int x, int y); void add_teleport(int x, int y); -unsigned XY_KEY(int X, int Y); - #endif //MAP_H