summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/NamedSlider.h
blob: 38c38f9ef72ad6901a6f1696bde15b390d92c3fe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* NetSfPeopsSPUPluginNamedSlider */

#import <Cocoa/Cocoa.h>

#ifdef USEOPENAL
#define NamedSlider NetSfPeopsSPUALPluginNamedSlider
#else
#define NamedSlider NetSfPeopsSPUSDLPluginNamedSlider
#endif

@interface NamedSlider : NSSlider
{
	NSArray *strings;
}

- (void)setStrings:(NSArray *)theStrings;
@end