ELEC2645 (2018/19) / Mbed 2 deprecated el18jz_

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Food Struct Reference

Food Struct Reference

Food struct. More...

#include <Move.h>

Data Fields

char a
 char for x coordinate for food position
char b
 char for y coordinate for food position

Detailed Description

Food struct.

Definition at line 20 of file Move.h.


Field Documentation

char a

char for x coordinate for food position

Definition at line 21 of file Move.h.

char b

char for y coordinate for food position

Definition at line 22 of file Move.h.