aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsix <six@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-03-22 00:07:08 +0000
committersix <six@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-03-22 00:07:08 +0000
commitf3787af98ccbde93d1839961aa9826c076208136 (patch)
treef5722d8f64e5bc3c208b45235905571dd1fa9028 /misc
parent850961087d6e732ecff5db7089c7acf869067ec1 (diff)
downloadioquake3-aero-f3787af98ccbde93d1839961aa9826c076208136.tar.gz
ioquake3-aero-f3787af98ccbde93d1839961aa9826c076208136.zip
needed
0110 git-svn-id: svn://svn.icculus.org/quake3/trunk@1513 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'misc')
-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