diff options
Diffstat (limited to 'macosx/plugins/DFSound/macsrc')
| -rw-r--r-- | macosx/plugins/DFSound/macsrc/maccfg.h | 13 |
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 |
