summaryrefslogtreecommitdiff
path: root/inc/dna.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dna.hpp')
-rw-r--r--inc/dna.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp
index 01f373b..11886e9 100644
--- a/inc/dna.hpp
+++ b/inc/dna.hpp
@@ -22,6 +22,8 @@ class DNA
int expectedPregnancyTime;
int expectedAge;
int growAmount;
+ int hungryAmount;
+ int starveAmount;
float reach;
float speed;
@@ -29,7 +31,6 @@ class DNA
float mutationChance;
struct Visuals{
- float sides;
float red;
float green;
float blue;