/* File: CoreGraphics.h Contains: CoreGraphics master header Version: QuickTime 7.3 Copyright: (c) 2007 (c) 2000-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 __COREGRAPHICS__ #define __COREGRAPHICS__ #ifndef __COREFOUNDATION__ #include #endif #ifndef __CGBASE__ #include #endif #ifndef __CGAFFINETRANSFORM__ #include #endif #ifndef __CGBITMAPCONTEXT__ #include #endif #ifndef __CGCOLORSPACE__ #include #endif #ifndef __CGFONT__ #include #endif #ifndef __CGCONTEXT__ #include #endif #ifndef __CGPATTERN__ #include #endif #ifndef __CGDATACONSUMER__ #include #endif #ifndef __CGDATAPROVIDER__ #include #endif #ifndef __CGERROR__ #include #endif #ifndef __CGDIRECTDISPLAY__ #include #endif #ifndef __CGDIRECTPALETTE__ #include #endif #ifndef __CGREMOTEOPERATION__ #include #endif #ifndef __CGWINDOWLEVEL__ #include #endif #ifndef __CGGEOMETRY__ #include #endif #ifndef __CGIMAGE__ #include #endif #ifndef __CGPDFCONTEXT__ #include #endif #ifndef __CGPDFDOCUMENT__ #include #endif #endif /* __COREGRAPHICS__ */