Files
textmate/Shared/PCH/prelude.m
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

20 lines
574 B
Objective-C

#ifndef PRELUDE_M_PCH_KZLXVFRT
#define PRELUDE_M_PCH_KZLXVFRT
#include "prelude.c"
#include "prelude-mac.h"
#import <objc/objc-runtime.h>
#import <AddressBook/AddressBook.h>
#import <Cocoa/Cocoa.h>
#import <WebKit/WebKit.h>
#import <ExceptionHandling/NSExceptionHandler.h>
#import <QuartzCore/QuartzCore.h> // this includes CoreAnimation (Cocoa classes), at least with the 10.4 SDK
#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
typedef int NSInteger;
typedef unsigned int NSUInteger;
#endif
#endif /* end of include guard: PRELUDE_M_PCH_KZLXVFRT */