-- COGAll.config - Basic COG modules
-- Last changed by Stolfi - October 15, 1982 5:39 pm
COGAll: CONFIGURATION
IMPORTS
Real, RealFns, TIPUser, ViewerOps, WindowManager,
Graphics, IO, Menus, Process, List, Atom
EXPORTS
COGDebug, COGRandom, COGCart, COGHomo, COGSpace, COGDiagram,
COGDrawing
CONTROL
COGDebugImpl, COGRandomImpl, COGDrawingImpl =
BEGIN
RandomImpl;
COGDebugImpl;
COGRandomImpl;
COGCartImpl;
COGHomoImpl;
COGSpaceImpl;
COGDiagramImpl;
COGDrawingImpl
END.