summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-05 13:22:34 +0100
committerRoland Reichwein <mail@reichwein.it>2025-01-05 13:22:34 +0100
commit1f8da4902761fc6f6eaf39b8711107c6b48a9c9a (patch)
treea0a4f0a1c164080fc313fe37cbb5a91f6ce883d1 /config.h
parent770540693fd4a5f9b64c1b2bc8183be3f72ab314 (diff)
Debian build, colors, config filename
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index e52e9f5..bb3ab30 100644
--- a/config.h
+++ b/config.h
@@ -48,6 +48,8 @@ public:
void persist();
private:
+ std::string get_config_filename();
+
int m_midi_channel;
int m_midi_note;
int m_bpm;