nsnake
Classic snake game for the terminal
|
A single fruit. More...
#include <FruitManager.hpp>
Public Member Functions | |
Fruit (int x, int y) | |
Public Attributes | |
int | x |
int | y |
A single fruit.
Definition at line 11 of file FruitManager.hpp.
|
inline |
Definition at line 15 of file FruitManager.hpp.
int Fruit::x |
Definition at line 13 of file FruitManager.hpp.
int Fruit::y |
Definition at line 14 of file FruitManager.hpp.