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