diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-05 13:22:34 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-05 13:22:34 +0100 |
commit | 1f8da4902761fc6f6eaf39b8711107c6b48a9c9a (patch) | |
tree | a0a4f0a1c164080fc313fe37cbb5a91f6ce883d1 /config.h | |
parent | 770540693fd4a5f9b64c1b2bc8183be3f72ab314 (diff) |
Debian build, colors, config filename
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ public: void persist(); private: + std::string get_config_filename(); + int m_midi_channel; int m_midi_note; int m_bpm; |