summaryrefslogtreecommitdiff
path: root/src/audio/AIFCDecode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/AIFCDecode.h')
-rw-r--r--src/audio/AIFCDecode.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/audio/AIFCDecode.h b/src/audio/AIFCDecode.h
new file mode 100644
index 0000000..e141a80
--- /dev/null
+++ b/src/audio/AIFCDecode.h
@@ -0,0 +1,6 @@
+#pragma once
+
+#include <vector>
+#include "BinaryWriter.h"
+
+void write_aiff(std::vector<char> data, LUS::BinaryWriter& writer); \ No newline at end of file