nsnake
Classic snake game for the terminal
Loading...
Searching...
No Matches
LilSnake Struct Reference

Public Member Functions

 LilSnake (int x, int y, int size)
 

Public Attributes

int x
 
int y
 
int size
 

Detailed Description

Definition at line 11 of file AnimationSnakes.hpp.

Constructor & Destructor Documentation

◆ LilSnake()

LilSnake::LilSnake ( int x,
int y,
int size )
inline

Definition at line 17 of file AnimationSnakes.hpp.

Member Data Documentation

◆ size

int LilSnake::size

Definition at line 15 of file AnimationSnakes.hpp.

◆ x

int LilSnake::x

Definition at line 13 of file AnimationSnakes.hpp.

◆ y

int LilSnake::y

Definition at line 14 of file AnimationSnakes.hpp.


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