summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-11 03:40:08 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-11-11 03:40:08 +0000
commit3c5463799445020fd0fe7ae8a4c9e604d8e5ad15 (patch)
tree999abe4f7599dfae5d581226dead12feffb8fdfc /macosx/plugins/DFSound/macsrc
parent4d55a8b8254dff61fdc7b1959f6aef7eafbd9439 (diff)
downloadpcsxr-3c5463799445020fd0fe7ae8a4c9e604d8e5ad15.tar.gz
Patch 10794.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72167 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc')
-rw-r--r--macosx/plugins/DFSound/macsrc/maccfg.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/macsrc/maccfg.h b/macosx/plugins/DFSound/macsrc/maccfg.h
new file mode 100644
index 00000000..fa478822
--- /dev/null
+++ b/macosx/plugins/DFSound/macsrc/maccfg.h
@@ -0,0 +1,13 @@
+//
+// maccfg.h
+// PeopsSPU
+//
+
+#ifndef PeopsSPU_maccfg_h
+#define PeopsSPU_maccfg_h
+
+void DoAbout();
+long DoConfiguration();
+void LoadConfiguration();
+
+#endif