ardour/tools/CrashReporter/main.m
Taybin Rutkin 5924788df5 add CrashReporter cocoa project template
git-svn-id: svn://localhost/ardour2/branches/3.0@5199 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-06-16 01:52:22 +00:00

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);
}