Worms -- OOP Redo  2016-01
Worms-Redo Project as a learning vehicle.
Public Attributes | List of all members
WormInfo Class Reference

#include <worm.hpp>

Public Attributes

int capacity
 
int color
 
int foodValue
 

Detailed Description

Definition at line 62 of file worm.hpp.

Member Data Documentation

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().


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