diff options
Diffstat (limited to 'config.cpp')
-rw-r--r-- | config.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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 + |