aboutsummaryrefslogtreecommitdiffstats
path: root/misc/osxfe/ioquake3fe/main.m
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-03-21 22:55:40 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-03-21 22:55:40 +0000
commit7032d899fbb49d0ceb50011108021b37700eb30a (patch)
treef5722d8f64e5bc3c208b45235905571dd1fa9028 /misc/osxfe/ioquake3fe/main.m
parent8d37864e2cd5f6d878ce44a95bba3b9fcc354098 (diff)
downloadioquake3-aero-7032d899fbb49d0ceb50011108021b37700eb30a.tar.gz
ioquake3-aero-7032d899fbb49d0ceb50011108021b37700eb30a.zip
first copy of the front-end from Ben Wilber. Thanks Ben!
git-svn-id: svn://svn.icculus.org/quake3/trunk@1511 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc/osxfe/ioquake3fe/main.m')
-rw-r--r--misc/osxfe/ioquake3fe/main.m14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/osxfe/ioquake3fe/main.m b/misc/osxfe/ioquake3fe/main.m
new file mode 100644
index 0000000..5dfa38f
--- /dev/null
+++ b/misc/osxfe/ioquake3fe/main.m
@@ -0,0 +1,14 @@
+//
+// main.m
+// ioquake3fe
+//
+// Created by Ben Wilber on 3/11/09.
+// Copyright __MyCompanyName__ 2009. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+int main(int argc, char *argv[])
+{
+ return NSApplicationMain(argc, (const char **) argv);
+}