fltk/ide/Xcode3/fltk.pch
Manolo Gouy 874bca74f5 Mac OS X: removed all uses of Carbon (except for older OS versions) and re-organized
text input around the NSTextInput protocol.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2011-01-03 16:50:34 +00:00

12 lines
171 B
Plaintext

//
// Prefix header for all source files
//
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif
#ifdef FL_LIBRARY
#include <ApplicationServices/ApplicationServices.h>
#endif