Retro_Gameboy
The purpose of this project is to create a GameBoy with classic games.
Data Fields
Snake::Fruit Struct Reference

Structure to holds x and y cordinates of the fruit. More...

Data Fields

int x
 
int y
 

Detailed Description

Structure to holds x and y cordinates of the fruit.

Definition at line 47 of file Snake.h.

Field Documentation

◆ x

int Snake::Fruit::x

Definition at line 49 of file Snake.h.

◆ y

int Snake::Fruit::y

Definition at line 50 of file Snake.h.


The documentation for this struct was generated from the following file: