summaryrefslogtreecommitdiff
path: root/libs/surfaces/mackie/types.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces/mackie/types.cc')
-rw-r--r--libs/surfaces/mackie/types.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/surfaces/mackie/types.cc b/libs/surfaces/mackie/types.cc
new file mode 100644
index 0000000000..d2818d7340
--- /dev/null
+++ b/libs/surfaces/mackie/types.cc
@@ -0,0 +1,9 @@
+#include "types.h"
+
+namespace Mackie
+{
+ LedState on( LedState::on );
+ LedState off( LedState::off );
+ LedState flashing( LedState::flashing );
+ LedState none( LedState::none );
+}