-- Griffin.config
--Stone November 14, 1983 3:31 pm
-- Last Edited by: Pier, February 14, 1984 11:21:59 am PST
-- Last Edited by: Beach, May 9, 1984 4:07:18 pm PDT
-- Last Edited by: Stone, June 19, 1984 2:27:25 pm PDT


Griffin: CONFIGURATION IMPORTS BasicTime, Carets, CGArea, CGMatrix, ColorMap, Commander, Convert, Cursors, DebuggerSwap, Font, FS, Graphics, GraphicsColor, GraphicsOps, Icons, InputFocus, Interminal, IO, List, Process, ProcessProps, Real, RealConvert, RealFns, Rope, SafeStorage, SirPress, Terminal, TIPUser, UnsafeStorage, UserCredentials, ViewerOps, ImagerTransform
EXPORTS ALL
CONTROL Encoding, GriffinCursors, GriffinFile, GriffinFont, GriffinText, Merge,
ObjectXForms, Press, PressLines, PressObjs, Relations, XFormFns, GriffinViewerImpl =

BEGIN
SplinePkg;
GriffinMenusInterfaceImpl; --lets you click the griffin menus from a program 
GriffinMenu; --MenuDefs.InitMenuStyle
ScreenFns; --START ScreenDefs.ScreenFns
Controllers; --ControllerDefs.DefaultControllers
ControllerMenus; --ControllerMenuDefs.Init*
XFormFns;
GriffinMemoryFns; --GriffinMemoryDefs.Initialize
PressObjs;
Press;
PressLines;
GriffinText;
GriffinFont;
GriffinCursors;
GriffinCaret; --CaretDefs.Initialize
GriffinInput;  --GriffinInputDefs.StartInputHandler
GriffinFile;
GriffinColorImpl;
Relations;
PointFns; --PointDefs.InitPointFns
Encoding;
ShowObjects; --START ObjectDefs.ShowObjects
ObjectFns; --START ObjectDefs.ObjectFns
ObjectXForms;
Refresh; --START RefreshDefs.Refresh
Merge;
FigureOps; --GriffinDefs.StartFigureMenus
ObjectOps; --GriffinDefs.StartObjectMenus
DrawOps; --GriffinDefs.StartDrawMenus
GriffinMain; --GriffinDefs.StartMainMenus
GriffinViewerImpl; --Started as control module

END.