VocalEasel/Sources/main.m
2006-10-08 05:56:25 +00:00

17 lines
309 B
Objective-C

//
// main.m
// Vocalese
//
// Created by Matthias Neeracher on 12/17/05.
// Copyright __MyCompanyName__ 2005 . All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "VLSoundSched.h"
int main(int argc, char *argv[])
{
[VLSoundSched setup];
return NSApplicationMain(argc, (const char **) argv);
}