aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/arm/pa1_snd.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/arm/pa1_snd.h')
-rw-r--r--backends/PalmOS/Src/arm/pa1_snd.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/arm/pa1_snd.h b/backends/PalmOS/Src/arm/pa1_snd.h
new file mode 100644
index 0000000000..9d7f1f3c0d
--- /dev/null
+++ b/backends/PalmOS/Src/arm/pa1_snd.h
@@ -0,0 +1,10 @@
+#ifndef __PA1_SND_H__
+#define __PA1_SND_H__
+
+#include <PalmOS.h>
+
+#define COMPILE_PA1SND
+
+void pcm2adpcm(Int16 *src, UInt8 *dst, UInt32 length);
+
+#endif \ No newline at end of file