aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/machina/Machine.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/machina/Machine.hpp')
-rw-r--r--src/engine/machina/Machine.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/engine/machina/Machine.hpp b/src/engine/machina/Machine.hpp
index f3469c7..7b763d1 100644
--- a/src/engine/machina/Machine.hpp
+++ b/src/engine/machina/Machine.hpp
@@ -27,7 +27,8 @@
#include "raul/SharedPtr.hpp"
#include "raul/TimeSlice.hpp"
#include "raul/WeakPtr.hpp"
-#include "redlandmm/Model.hpp"
+
+#include "sord/sordmm.hpp"
#include "types.hpp"
#include "Node.hpp"
@@ -61,7 +62,7 @@ public:
void remove_node(SharedPtr<Node> node);
void learn(SharedPtr<Raul::Maid> maid, SharedPtr<Node> node);
- void write_state(Redland::Model& model);
+ void write_state(Sord::Model& model);
// Audio context
void reset(Raul::TimeStamp time);