Ransom Conant / Mbed 2 deprecated MbedPacman

Dependencies:   4DGL-uLCD-SE mbed wave_player

Fork of PacMan_Skeleton_unlock by ECE 2035 TA

Embed: (wiki syntax)

« Back to documentation index

GRID Struct Reference

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.