VocalEasel/Sources/main.m

17 lines
309 B
Mathematica
Raw Permalink Normal View History

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