diff options
Diffstat (limited to 'quantum/beeps.h')
-rw-r--r-- | quantum/beeps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/beeps.h b/quantum/beeps.h index 378983c605..a7fcf6c23c 100644 --- a/quantum/beeps.h +++ b/quantum/beeps.h @@ -9,4 +9,4 @@ void true_note(float x, float y, float length); void play_note(double freq, int vol); void stop_note(double freq); void stop_all_notes(); -void init_notes();
\ No newline at end of file +void init_notes(); |