Worms -- OOP Redo
2016-01
Worms-Redo Project as a learning vehicle.
|
Public Attributes | |
char | c |
int | x |
int | y |
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().