summaryrefslogtreecommitdiff
path: root/inc/dna.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/dna.hpp')
-rw-r--r--inc/dna.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/inc/dna.hpp b/inc/dna.hpp
index 8c4effa..1126638 100644
--- a/inc/dna.hpp
+++ b/inc/dna.hpp
@@ -26,6 +26,13 @@ class DNA
float speed;
float mutationPercent;
float mutationChance;
+
+ struct Visuals{
+ float sides;
+ float red;
+ float green;
+ float blue;
+ } appearance;
};
#endif