/* File: QD.h Contains: Master include for QD private framework Version: QuickTime 7.3 Copyright: (c) 2007 (c) 1999-2001 by Apple Computer, Inc., all rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __QD__ #define __QD__ #ifndef __CORESERVICES__ #include #endif #ifndef __COREGRAPHICS__ #include #endif #ifndef __COLORSYNC__ #include #endif #ifndef __ATS__ #include #endif #ifndef __AE__ #include #endif #ifndef __QUICKDRAW__ #include #endif #ifndef __QDOFFSCREEN__ #include #endif #ifndef __QDPICTTOCGCONTEXT__ #include #endif #ifndef __QUICKDRAWTEXT__ #include #endif #ifndef __FONTS__ #include #endif #ifndef __PALETTES__ #include #endif #ifndef __PICTUTILS__ #include #endif #ifndef __ATSUNICODE__ #include #endif #ifndef __VIDEO__ #include #endif #ifndef __DISPLAYS__ #include #endif #ifndef __FONTSYNC__ #include #endif #ifndef __ATSUNICODEFLATTENING__ #include #endif #ifndef __ATSUNICODEDIRECTACCESS__ #include #endif #endif /* __QD__ */