summaryrefslogtreecommitdiff
path: root/drumgizmo/enginefactory.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2016-04-03 13:22:29 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2016-04-03 13:23:08 +0200
commit915efdcda8f5c26e1f173bd0f52cbc59aa337a03 (patch)
tree2d8719a5b351e71d0a426d155967d1c402b0f00a /drumgizmo/enginefactory.h
parentc7aae008ad818f9cb453ce184673e0edf8ba4e58 (diff)
Added TestInputEngine available in cli.
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r--drumgizmo/enginefactory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drumgizmo/enginefactory.h b/drumgizmo/enginefactory.h
index 803f476..b2c0428 100644
--- a/drumgizmo/enginefactory.h
+++ b/drumgizmo/enginefactory.h
@@ -41,6 +41,10 @@
#include "input/inputdummy.h"
#endif
+#ifdef HAVE_INPUT_TEST
+#include "input/test.h"
+#endif
+
#ifdef HAVE_INPUT_MIDIFILE
#include "input/midifile.h"
#endif