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, 3 insertions, 0 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp
index d7312f6..b549c27 100644
--- a/inc/dna.hpp
+++ b/inc/dna.hpp
@@ -2,6 +2,7 @@
#define dna_h
#include "constants.hpp"
+#include "functions.hpp"
class DNA
{
@@ -20,6 +21,8 @@ class DNA
int sizeMax;
float speed;
+ float mutationPercent;
+ float mutationChance;
};
#endif