-- ContoursPackage.config.
-- Copyright (C) 1985 by Xerox Corporation. All rights reserved.
-- Bloomenthal, September 19, 1986 3:58:09 pm PDT
ContoursPackage: CONFIGURATION
IMPORTS ColorTrixBasics, Commander, Controls, ControlsPrivate, Draw2d, FS, Imager, ImagerColor, ImagerBackdoor, IO, RealFns, Rope, ThreeDIO, TIPUser, Vector2, Vector3d, ViewerOps
EXPORTS Contours
CONTROL ContoursImpl, ContoursCommandsImpl, ContoursSimilarImpl
=
BEGIN
ContoursImpl;
ContoursCommandsImpl;
ContoursSimilarImpl;
END.