From 915efdcda8f5c26e1f173bd0f52cbc59aa337a03 Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Sun, 3 Apr 2016 13:22:29 +0200 Subject: Added TestInputEngine available in cli. --- drumgizmo/enginefactory.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drumgizmo/enginefactory.h') 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 -- cgit v1.2.3