diff options
Diffstat (limited to 'Pico_Prefix.pch')
| -rw-r--r-- | Pico_Prefix.pch | 9 |
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 |