PlotPackage.config
Jlarson, July 10, 1985 3:16:26 pm PDT
PlotPackage: CONFIGURATION
IMPORTS BasicTime, Menus, Imager, ImagerBackdoor, ImagerFont, IO, PriorityQueue, Process, Real, RealFns, RealVec, VFonts, ViewerMenus, ViewerOps
EXPORTS Plotter, RealEvent, RealVec, RefAnyStream, Timer
CONTROL
CoForkImpl,
TimerImpl,
RefAnyStreamImpl,
RealVecImpl,
RealEventImpl,
PlotterImpl
= BEGIN
CoForkImpl;
PlotterImpl;
RealEventImpl;
RealVecImpl;
RefAnyStreamImpl;
TimerImpl;
END.