Worms -- OOP Redo
2016-01
Worms-Redo Project as a learning vehicle.
|
#include <worm.hpp>
Public Attributes | |
int | capacity |
int | color |
int | foodValue |
int WormInfo::capacity |
Definition at line 65 of file worm.hpp.
Referenced by Worm::createWorm(), and Worm::isHungry().
int WormInfo::color |
Definition at line 64 of file worm.hpp.
Referenced by showOneWorm(), and Worm::showOneWorm().
int WormInfo::foodValue |
Definition at line 66 of file worm.hpp.
Referenced by Worm::eat().