summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/PluginController-Null.h
diff options
context:
space:
mode:
authorSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-20 03:10:18 +0000
committerSND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-12-20 03:10:18 +0000
commit0112ea1c6bdb662dc032ebd93ff8f038c70a8704 (patch)
treea523763e4dd0f4da37ef65bc811a106f0c9afea7 /macosx/plugins/DFSound/macsrc/PluginController-Null.h
parent7e22403d70784ed92dabde8badb71b9ed730404d (diff)
downloadpcsxr-0112ea1c6bdb662dc032ebd93ff8f038c70a8704.tar.gz
macosx - dfsound (null)
- (MaddTheSane) configure screen - Patch #7815 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61342 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController-Null.h')
-rw-r--r--macosx/plugins/DFSound/macsrc/PluginController-Null.h48
1 files changed, 48 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController-Null.h b/macosx/plugins/DFSound/macsrc/PluginController-Null.h
new file mode 100644
index 00000000..3ba22731
--- /dev/null
+++ b/macosx/plugins/DFSound/macsrc/PluginController-Null.h
@@ -0,0 +1,48 @@
+/* NetSfPeopsSPUPluginController */
+
+#import <Cocoa/Cocoa.h>
+#import "NamedSlider.h"
+
+void DoAbout();
+long DoConfiguration();
+void LoadConfiguration();
+
+#define PluginController NullSPUPluginController
+
+@interface PluginController : NSWindowController
+{
+}
+- (IBAction)ok:(id)sender;
+@end
+/* NetSfPeopsSPUPluginController */
+
+#import <Cocoa/Cocoa.h>
+#import "NamedSlider.h"
+
+void DoAbout();
+long DoConfiguration();
+void LoadConfiguration();
+
+#define PluginController NullSPUPluginController
+
+@interface PluginController : NSWindowController
+{
+}
+- (IBAction)ok:(id)sender;
+@end
+/* NetSfPeopsSPUPluginController */
+
+#import <Cocoa/Cocoa.h>
+#import "NamedSlider.h"
+
+void DoAbout();
+long DoConfiguration();
+void LoadConfiguration();
+
+#define PluginController NullSPUPluginController
+
+@interface PluginController : NSWindowController
+{
+}
+- (IBAction)ok:(id)sender;
+@end