VocalEasel/Sources/VLSoundSched.h

20 lines
302 B
C
Raw Normal View History

2006-10-08 05:57:36 +00:00
//
2007-04-27 06:41:34 +00:00
// File: VLSoundSched.h - Schedule sound playing in Cocoa app
2006-10-08 05:57:36 +00:00
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2006-2007 Matthias Neeracher
2006-10-08 05:57:36 +00:00
//
#import <Cocoa/Cocoa.h>
@interface VLSoundSched : NSObject {
}
+ (void) setup;
+ (void) performSoundEvent:(id)soundEvent;
@end