aboutsummaryrefslogtreecommitdiff
path: root/Pico_Prefix.pch
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2012-04-16 09:39:52 -0500
committerBen Beltran <ben@nsovocal.com>2012-04-16 09:39:52 -0500
commit10a0e290ac07524dc129cc2b227b0f9e95df0f8e (patch)
treeed518c45c45d96e37e28640f745496fffb8e1325 /Pico_Prefix.pch
first commit
Diffstat (limited to 'Pico_Prefix.pch')
-rw-r--r--Pico_Prefix.pch9
1 files changed, 9 insertions, 0 deletions
diff --git a/Pico_Prefix.pch b/Pico_Prefix.pch
new file mode 100644
index 0000000..29dfde3
--- /dev/null
+++ b/Pico_Prefix.pch
@@ -0,0 +1,9 @@
+//
+// Prefix header for all source files of the 'Pico' target in the 'Pico' project
+//
+
+#include "SDL.h"
+
+#ifdef __OBJC__
+ #import <Cocoa/Cocoa.h>
+#endif