summaryrefslogtreecommitdiffstats
path: root/Drex/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'Drex/main.m')
-rw-r--r--Drex/main.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/Drex/main.m b/Drex/main.m
new file mode 100644
index 0000000..f2d49ef
--- /dev/null
+++ b/Drex/main.m
@@ -0,0 +1,14 @@
+//
+// main.m
+// Drex
+//
+// Created by Filipp Lepalaan on 21.7.2011.
+// Copyright 2011 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+ return NSApplicationMain(argc, (const char **)argv);
+}