summaryrefslogtreecommitdiff
path: root/libmodplay/modplay_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmodplay/modplay_int.h')
-rw-r--r--libmodplay/modplay_int.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/libmodplay/modplay_int.h b/libmodplay/modplay_int.h
new file mode 100644
index 0000000..9a8a124
--- /dev/null
+++ b/libmodplay/modplay_int.h
@@ -0,0 +1,20 @@
+/**
+ * MODPlay: internal prototypes
+ */
+
+#ifndef _MODPLAY_INT_H
+#define _MODPLAY_INT_H
+
+void MODPlay_func(ModMusic *m, int c, int s, int p, int vl, int vr);
+extern int modplay_int_cnt;
+extern unsigned int modload_flags;
+extern const unsigned short modplay_pitch_per_tbl[120];
+
+ModMusic *MODLoad_MOD(void *d);
+void MODPlay_MOD(ModMusic *m, int *t);
+
+#ifdef NO_PSX_LIB
+unsigned short SsFreqToPitch(int hz);
+#endif
+
+#endif \ No newline at end of file