summaryrefslogtreecommitdiff
path: root/src/audio/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio.h')
-rw-r--r--src/audio/audio.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/audio/audio.h b/src/audio/audio.h
index b3dde7f..d34ff5e 100644
--- a/src/audio/audio.h
+++ b/src/audio/audio.h
@@ -1,4 +1,9 @@
+// This file is part of the 64k demo project.
+// It defines the public interface for the audio system.
+// Includes initialization, shutdown, and frame updates.
+
#pragma once
+
void audio_init();
void audio_update();
-void audio_shutdown();
+void audio_shutdown(); \ No newline at end of file