-- CedarGraphics.config
-- Last changed by Doug Wyatt, December 4, 1980 4:40 PM

CedarGraphics: CONFIGURATION
IMPORTS Real,RealFns,DirectoryDefs,MiscDefs,SegmentDefs,
StreamDefs,StringDefs,SystemDefs,TimeDefs
EXPORTS Graphics,Memory,Cubic,Font,AltoDevice,PressDevice,PressDefs,
AreaPath,Blt,Boxer,Clipper,Edge,Mapper,Patch,Poly,Reducer
CONTROL GraphicsControl =
BEGIN
MemoryImpl;
CubicImpl;
MapperImpl;
PolyImpl;
BoxerImpl;
PipeImpl;
ReducerImpl;
AreaPathImpl;
EdgeImpl;
PatchImpl;
ClipperImpl;
FontImpl;
AltoFontImpl;
BltImpl;
AltoDeviceImpl;
AltoScreenImpl;
PressOut;
PressDeviceImpl;
GraphicsImpl;
GraphicsControl;
END.

PATH = [Ivy]<Wyatt>CedarGraphics>