diff options
Diffstat (limited to 'UI.h')
-rw-r--r-- | UI.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; }; |