diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-04-14 13:34:26 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2016-04-14 13:34:26 +0200 |
commit | 91c9929d331a531fa4e2a541525568b3fb484598 (patch) | |
tree | f970c1e809ab49ebfceeacdf82c986904d986ac7 /drumgizmo/enginefactory.h | |
parent | f0ccaeaec633a728240d7e8f3c339766694f90b2 (diff) | |
parent | 02b769ac6b71f3e25a49ccb22cd382f02116bcca (diff) |
Merge remote-tracking branch 'origin/suhr/cli_test_input'
Diffstat (limited to 'drumgizmo/enginefactory.h')
-rw-r--r-- | drumgizmo/enginefactory.h | 4 |
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 |