From c31b779c20638ce25f11489c445a53798a663b13 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 26 Jun 2026 14:46:30 +0100 Subject: Fixed bad header guard on audio.h --- src/audio.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/audio.h') 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 @@ -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. */ -- cgit v1.3