Worms -- OOP Redo  2016-01
Worms-Redo Project as a learning vehicle.
Public Attributes | List of all members
Worm::SEGMENT Struct Reference

Public Attributes

char c
 
int x
 
int y
 

Detailed Description

Definition at line 35 of file worm.hpp.

Member Data Documentation

char Worm::SEGMENT::c

Definition at line 37 of file worm.hpp.

Referenced by Worm::createWorm(), and Worm::showOneWorm().

int Worm::SEGMENT::x

Definition at line 36 of file worm.hpp.

Referenced by Worm::createWorm(), Worm::isAt(), and Worm::showOneWorm().

int Worm::SEGMENT::y

Definition at line 36 of file worm.hpp.

Referenced by Worm::createWorm(), Worm::isAt(), and Worm::showOneWorm().


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