summaryrefslogtreecommitdiff
path: root/tools/CrashReporter/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CrashReporter/main.m')
-rw-r--r--tools/CrashReporter/main.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/CrashReporter/main.m b/tools/CrashReporter/main.m
new file mode 100644
index 0000000000..08aab69f8f
--- /dev/null
+++ b/tools/CrashReporter/main.m
@@ -0,0 +1,14 @@
+//
+// 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);
+}