#include <plant.h>
Public Methods | |
| plant (double initialSize, double maxSize) | |
| void | update () |
| Makes the plant grow. | |
| double | eaten () |
| Makes the plant a bit smaller (by 5 units). | |
| double | eaten (double quantity) |
| Makes the plant smaller because it is eaten by an ant. More... | |
| double | getSize () |
| Returns the current size of the plant. | |
|
||||||||||||
|
|
|
|
Makes the plant smaller because it is eaten by an ant.
|
1.2.15