Clean up root folder.
[enjoyable.git] / Other Sources / main.m
diff --git a/Other Sources/main.m b/Other Sources/main.m
new file mode 100644 (file)
index 0000000..9fbf37b
--- /dev/null
@@ -0,0 +1,13 @@
+//
+//  main.m
+//  Enjoy
+//
+//  Created by Sam McCall on 4/05/09.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+    return NSApplicationMain(argc,  (const char **) argv);
+}