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 378983c60..a7fcf6c23 100644 --- a/quantum/beeps.h +++ b/quantum/beeps.h | |||
| @@ -9,4 +9,4 @@ void true_note(float x, float y, float length); | |||
| 9 | void play_note(double freq, int vol); | 9 | void play_note(double freq, int vol); |
| 10 | void stop_note(double freq); | 10 | void stop_note(double freq); |
| 11 | void stop_all_notes(); | 11 | void stop_all_notes(); |
| 12 | void init_notes(); \ No newline at end of file | 12 | void init_notes(); |
