VocalEasel/Sources/main.m
Matthias Neeracher 2cd57a8869 Imported into SVN
2006-09-11 02:49:56 +00:00

15 lines
261 B
Objective-C

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