-- CedarGraphics.config
-- Last changed by Doug Wyatt, January 12, 1982  5:03 PM

CedarGraphics: CONFIGURATION
IMPORTS RealFns,
  DirectoryDefs, MiscDefs, SegmentDefs, FrameDefs,
  StreamDefs, StringDefs, SystemDefs, TimeDefs
EXPORTS Graphics,
  Memory, Cubic, Mapper, Font, ImageObj, AISObj, AreaPath,
  AltoDevice, PressDevice, PressDeviceImpl,
  PressDefs, FontWidthDefs
CONTROL GraphicsControl =
BEGIN
MemoryImpl;
CubicImpl;
MapperImpl;
PolyImpl;
BoxerImpl;
PipeImpl;
ReducerImpl;
AreaPathImpl;
EdgeImpl;
PatchImpl;
ClipperImpl;
FontImpl;
AltoFontImpl;
BltImpl;
AltoDeviceImpl;
AltoScreenImpl;
AisObjImpl;
PressDeviceImpl;
PressOut;
FontWidth;
GraphicsImpl;
GraphicsControl;
END.