From b360c7cf59cc87f79972fcdd82164834f97833b0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 10 Jun 2018 18:20:55 +0200 Subject: Add new DOMLoader class and unit-test. --- src/drumkitloader.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drumkitloader.h') diff --git a/src/drumkitloader.h b/src/drumkitloader.h index d14a321..9bd2af9 100644 --- a/src/drumkitloader.h +++ b/src/drumkitloader.h @@ -29,6 +29,7 @@ #include #include #include +#include #include "thread.h" #include "semaphore.h" @@ -38,6 +39,9 @@ #include "audioinputengine.h" #include "audiocache.h" +class DrumkitDOM; +class InstrumentDOM; + //! This class is responsible for loading the drumkits in its own thread. //! All interaction calls are simply modifying queues and not doing any //! work in-sync with the caller. -- cgit v1.2.3