diff options
Diffstat (limited to 'xcode/mruby_fw/mruby_fw-Prefix.pch')
| -rw-r--r-- | xcode/mruby_fw/mruby_fw-Prefix.pch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xcode/mruby_fw/mruby_fw-Prefix.pch b/xcode/mruby_fw/mruby_fw-Prefix.pch new file mode 100644 index 000000000..8be6acecb --- /dev/null +++ b/xcode/mruby_fw/mruby_fw-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'mruby_fw' target in the 'mruby_fw' project +// + +#ifdef __OBJC__ + #import <Cocoa/Cocoa.h> +#endif |
