new script to globally switch from "audio frames" to "audio samples"
[ardour.git] / tools / CrashReporter / main.m
1 //
2 //  main.m
3 //  CrashReporter
4 //
5 //  Created by Taybin Rutkin on 6/10/09.
6 //  Copyright Penguin Sounds 2009. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10
11 int main(int argc, char *argv[])
12 {
13     return NSApplicationMain(argc,  (const char **) argv);
14 }