diff options
Diffstat (limited to 'src/audio.h')
| -rw-r--r-- | src/audio.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/audio.h b/src/audio.h index fb972ea..83980e4 100644 --- a/src/audio.h +++ b/src/audio.h @@ -24,8 +24,8 @@ */ -#ifndef ESPEC_TAPE_H -#define ESPEC_TAPE_H +#ifndef ESPEC_AUDIO_H +#define ESPEC_AUDIO_H #include <stdlib.h> @@ -38,6 +38,7 @@ */ int AUDIOInit(void); + /* Add the passed buffer to the sound queue. It is a signed 8-bit mono sample which will be converted as appropriate by the audio interface. */ |
