aboutsummaryrefslogtreecommitdiffstats
path: root/misc/osxfe/ioquake3fe/ioquake3fe_Prefix.pch
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/ioquake3fe_Prefix.pch
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/ioquake3fe_Prefix.pch')
-rw-r--r--misc/osxfe/ioquake3fe/ioquake3fe_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/osxfe/ioquake3fe/ioquake3fe_Prefix.pch b/misc/osxfe/ioquake3fe/ioquake3fe_Prefix.pch
new file mode 100644
index 0000000..ddc24ff
--- /dev/null
+++ b/misc/osxfe/ioquake3fe/ioquake3fe_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'ioquake3fe' target in the 'ioquake3fe' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif