diff options
Diffstat (limited to 'src/engine/machina')
-rw-r--r-- | src/engine/machina/Makefile.am | 2 | ||||
-rw-r--r-- | src/engine/machina/Mutation.hpp (renamed from src/engine/machina/MachineMutation.hpp) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/machina/Makefile.am b/src/engine/machina/Makefile.am index de99845..f8666e1 100644 --- a/src/engine/machina/Makefile.am +++ b/src/engine/machina/Makefile.am @@ -11,8 +11,8 @@ libmachinainclude_HEADERS = \ Loader.hpp \ Machine.hpp \ MachineBuilder.hpp \ - MachineMutation.hpp \ MidiAction.hpp \ + Mutation.hpp \ Node.hpp \ Recorder.hpp \ SMFDriver.hpp \ diff --git a/src/engine/machina/MachineMutation.hpp b/src/engine/machina/Mutation.hpp index 0a9731c..0a9731c 100644 --- a/src/engine/machina/MachineMutation.hpp +++ b/src/engine/machina/Mutation.hpp |