summaryrefslogtreecommitdiffhomepage
path: root/UI.h
diff options
context:
space:
mode:
Diffstat (limited to 'UI.h')
-rw-r--r--UI.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/UI.h b/UI.h
index e8b1031..b1dd7dd 100644
--- a/UI.h
+++ b/UI.h
@@ -8,6 +8,8 @@
#include <boost/signals2.hpp>
+#include "Touchpad.h"
+
using clock_type = std::chrono::high_resolution_clock;
struct IntervalCounter
@@ -62,5 +64,7 @@ private:
int m_note_bpm;
int m_clock_bpm;
+
+ Touchpad m_touchpad;
};