summaryrefslogtreecommitdiff
path: root/inc/creature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/creature.hpp')
-rw-r--r--inc/creature.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/creature.hpp b/inc/creature.hpp
index 79ec4c3..1676be0 100644
--- a/inc/creature.hpp
+++ b/inc/creature.hpp
@@ -42,6 +42,8 @@ class Creature: public Entity
int amountToGrow;
int pregnancyTime;
int expectedPregnancyTime;
+ int age;
+ int expectedAge;
bool hungry;
bool pregnancyReady;