From 4af400141af0c97c4e4bcd47acf78107a17eafbe Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 10:31:38 +0100 Subject: Separated class files --- config.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config.cpp (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp new file mode 100644 index 0000000..a2c980f --- /dev/null +++ b/config.cpp @@ -0,0 +1,4 @@ +#include "config.h" + +const char *device = "default"; // playback device + -- cgit v1.2.3