aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Mutation.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-12-07 14:31:10 +0000
committerDavid Robillard <d@drobilla.net>2007-12-07 14:31:10 +0000
commit273517a83b9e04e15b07fa1f64c76b10af7c3091 (patch)
treee9af9b1c48d3db668c4e19822bc3f041d6d2aa8e /src/engine/machina/Mutation.hpp
parent7e8186df9bdb8bcc0177cb572f39ae96fb046004 (diff)
downloadmachina-273517a83b9e04e15b07fa1f64c76b10af7c3091.tar.gz
machina-273517a83b9e04e15b07fa1f64c76b10af7c3091.tar.bz2
machina-273517a83b9e04e15b07fa1f64c76b10af7c3091.zip
Vast quantities of filthy, filthy evolution code.
Also, bugs and crashes. git-svn-id: http://svn.drobilla.net/lad/machina@961 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/machina/Mutation.hpp')
-rw-r--r--src/engine/machina/Mutation.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/machina/Mutation.hpp b/src/engine/machina/Mutation.hpp
index 52c02bc..18bc621 100644
--- a/src/engine/machina/Mutation.hpp
+++ b/src/engine/machina/Mutation.hpp
@@ -39,6 +39,7 @@ struct Compress SUPER { void mutate(Machine& machine); };
struct AddNode SUPER { void mutate(Machine& machine); };
struct RemoveNode SUPER { void mutate(Machine& machine); };
struct AdjustNode SUPER { void mutate(Machine& machine); };
+struct SwapNodes SUPER { void mutate(Machine& machine); };
struct AddEdge SUPER { void mutate(Machine& machine); };
struct RemoveEdge SUPER { void mutate(Machine& machine); };
struct AdjustEdge SUPER { void mutate(Machine& machine); };