PlotPackage.config
Last Modified By Paul Rovner On December 16, 1983 1:55 pm
PlotPackage: CONFIGURATION
IMPORTS BasicTime, Graphics, GraphicsOps, Menus, IO, PriorityQueue, Process, Real, RealFns, RealVec, Rope, ViewerMenus, ViewerOps
EXPORTS Plotter, RealEvent, RealVec, RefAnyStream, Timer
CONTROL
CoForkImpl,
TimerImpl,
RefAnyStreamImpl,
RealVecImpl,
RealEventImpl,
PlotterImpl
= BEGIN
CoForkImpl;
PlotterImpl;
RealEventImpl;
RealVecImpl;
RefAnyStreamImpl;
TimerImpl;
END.