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