summaryrefslogtreecommitdiff
path: root/Aethyra_Prefix.pch
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-02-13 00:49:30 -0700
committerIra Rice <irarice@gmail.com>2009-02-13 00:49:30 -0700
commit35d95932256d615da0599bad8acdbf91777962b0 (patch)
tree48023e37d395751ae5b20a192492a097c4b9f9f9 /Aethyra_Prefix.pch
parentb22ac47b467684e0cd9b5497f2bd7074ead377f4 (diff)
downloadmana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.gz
mana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.bz2
mana-client-35d95932256d615da0599bad8acdbf91777962b0.tar.xz
mana-client-35d95932256d615da0599bad8acdbf91777962b0.zip
Added in mac build support, contributed to us by allenmoatallen> from
Legends of Mazzeroth. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'Aethyra_Prefix.pch')
-rw-r--r--Aethyra_Prefix.pch7
1 files changed, 7 insertions, 0 deletions
diff --git a/Aethyra_Prefix.pch b/Aethyra_Prefix.pch
new file mode 100644
index 00000000..fa4feda6
--- /dev/null
+++ b/Aethyra_Prefix.pch
@@ -0,0 +1,7 @@
+//
+// Prefix header for all source files of the 'Aethyra' target in the 'Aethyra' project
+//
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif