// Graphics.cm
// Last changed by Doug Wyatt, June 28, 1982 2:14 pm

// Compile public interfaces
Compile GraphicsBasic Graphics GraphicsOps Spline GraphicsColor 

// Compile internal interfaces
Compile CGStorage CGArea CGPath CGMatrix CGSource CGDevice CGDummyDevice CGBitmapDevice CGBitmapDeviceExtras CGScreen CGReducer CGClipper CGCubic CGVector CGSpline StrikeFormat CGFont SpecialReal CGAIS CGContext CGPrivate CGColor CGSample 

// Compile implementations
Compile CGStorageImpl CGAreaImpl CGPathImpl CGDummyDeviceImpl CGBitmapDeviceImpl CGReducerImpl CGClipperImpl CGCubicImpl CGMatrixImpl CGScreenImpl CGSplineImpl CGFontImpl CGTextImpl CGBitmapImpl CGPoolImpl CGStrokeImpl CGAISImageImpl CGPrivateImpl GraphicsImpl SplineImpl CGColorImpl CGSampleImpl/-b-n 

// Bind the package
Bind GraphicsPackage

// Test whether GraphicsPackage exports all interface items
Compile GraphicsImportImpl
Bind /-c GraphicsExportTest