X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Other%20Sources%2FEnjoyable_Prefix.pch;fp=Other%20Sources%2FEnjoyable_Prefix.pch;h=4845e9d8a81656a57fb76b6979e569d7272ae4b0;hp=0000000000000000000000000000000000000000;hb=0064c1fbff36795885a9724081af2a17d83c20a3;hpb=56d825ba259066d847a9fc3f9c8c0c0a362a1507 diff --git a/Other Sources/Enjoyable_Prefix.pch b/Other Sources/Enjoyable_Prefix.pch new file mode 100644 index 0000000..4845e9d --- /dev/null +++ b/Other Sources/Enjoyable_Prefix.pch @@ -0,0 +1,16 @@ +// +// Prefix header for all source files of the 'Enjoy' target in the 'Enjoy' project +// + +#ifdef __OBJC__ + #import +#endif + +#import + +#import "NSError+Description.h" +#import "NSMenu+RepresentedObjectAccessors.h" +#import "NSView+FirstResponder.h" +#import "NSMutableArray+MoveObject.h" +#import "NSFileManager+UniqueNames.h" +#import "NSString+FixFilename.h"