-rw-r--r-- | pumpkin/pumpkin-Prefix.pch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pumpkin/pumpkin-Prefix.pch b/pumpkin/pumpkin-Prefix.pch new file mode 100644 index 0000000..8976de1 --- a/dev/null +++ b/pumpkin/pumpkin-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'PumpKIN' target in the 'PumpKIN' project +// + +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif |