Cog/Custom/ClickField.h
2005-06-29 15:53:00 +00:00

10 lines
160 B
Objective-C

/* ClickField */
#import <Cocoa/Cocoa.h>
#import "SoundController.h"
@interface ClickField : NSTextField
{
IBOutlet SoundController *soundController;
}
@end