diff options
Diffstat (limited to 'quantum/audio/audio.h')
-rw-r--r-- | quantum/audio/audio.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/quantum/audio/audio.h b/quantum/audio/audio.h index b46f587bb..00d45f7ac 100644 --- a/quantum/audio/audio.h +++ b/quantum/audio/audio.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #include "musical_notes.h" | 5 | #include "musical_notes.h" |
6 | #include "song_list.h" | 6 | #include "song_list.h" |
7 | #include "voices.h" | 7 | #include "voices.h" |
8 | #include "quantum.h" | ||
8 | 9 | ||
9 | #ifndef AUDIO_H | 10 | #ifndef AUDIO_H |
10 | #define AUDIO_H | 11 | #define AUDIO_H |
@@ -87,9 +88,4 @@ void play_notes(float (*np)[][2], uint16_t n_count, bool n_repeat, float n_rest) | |||
87 | 88 | ||
88 | bool is_playing_notes(void); | 89 | bool is_playing_notes(void); |
89 | 90 | ||
90 | void play_goodbye_tone(void); | ||
91 | void play_startup_tone(void); | ||
92 | void audio_on_user(void); | ||
93 | void play_music_scale(void); | ||
94 | |||
95 | #endif \ No newline at end of file | 91 | #endif \ No newline at end of file |