5924788df5
git-svn-id: svn://localhost/ardour2/branches/3.0@5199 d708f5d6-7413-0410-9779-e7cbd77b26cf
15 lines
257 B
Objective-C
15 lines
257 B
Objective-C
//
|
|
// main.m
|
|
// CrashReporter
|
|
//
|
|
// Created by Taybin Rutkin on 6/10/09.
|
|
// Copyright Penguin Sounds 2009. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return NSApplicationMain(argc, (const char **) argv);
|
|
}
|