mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
18 lines
277 B
C
18 lines
277 B
C
|
//
|
||
|
// VLSoundSched.h
|
||
|
// Vocalese
|
||
|
//
|
||
|
// Created by Matthias Neeracher on 10/7/06.
|
||
|
// Copyright 2006 __MyCompanyName__. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import <Cocoa/Cocoa.h>
|
||
|
|
||
|
@interface VLSoundSched : NSObject {
|
||
|
}
|
||
|
|
||
|
+ (void) setup;
|
||
|
+ (void) performSoundEvent:(id)soundEvent;
|
||
|
|
||
|
@end
|