diff options
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r-- | src/sound/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h index f8692ea..baf70b2 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -1,6 +1,6 @@ #ifndef MELVIX_SOUND_H #define MELVIX_SOUND_H -void beep(); +void beep(uint32_t frequency, uint32_t ticks); #endif |