CoreImage effect loads only with OS X 10.4.0 through 10.4.5. It crashes 10.4.6 currently.
[ITKit.git] / ITKit_Prefix.pch
1 //
2 // Prefix header for all source files of the 'ITKit' target in the 'ITKit' project.
3 //
4
5 #ifdef __OBJC__
6         #import <Foundation/Foundation.h>
7         #import <ITFoundation/ITFoundation.h>
8         #import <AppKit/AppKit.h>
9 #endif