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: 4DGL-uLCD-SE mbed wave_player
Fork of PacMan_Skeleton_unlock by
GRID Struct Reference
The structure to store the information of a grid. More...
#include <map_public.h>
Data Fields | |
| int | x |
| The upper-left corner of the grid. It is the x coordinate on the screen. | |
| int | y |
| The upper-left corner of the grid. It is the y coordinate on the screen. | |
| GRID_STATUS | status |
| See enum GRID_STATUS. | |
Detailed Description
The structure to store the information of a grid.
Definition at line 35 of file map_public.h.
Field Documentation
See enum GRID_STATUS.
Definition at line 38 of file map_public.h.
| int x |
The upper-left corner of the grid. It is the x coordinate on the screen.
Definition at line 36 of file map_public.h.
| int y |
The upper-left corner of the grid. It is the y coordinate on the screen.
Definition at line 37 of file map_public.h.
Generated on Thu Aug 4 2022 06:03:35 by
1.7.2
