-- AMModelPackage.config
-- Last Modified By Paul Rovner On December 2, 1982 11:13 pm

AMModelPackage: CONFIGURATION LINKS: CODE
IMPORTS AMBridge, AMTypes, Atom, BBContext, BcdOps, CedarLinkerOps,
Convert, ConvertUnsafe,
LongString, PilotLoadStateOps, PilotLoadStatePrivate, Rope, RTSymbols,
RTSymbolsPrivate, RTTypesBasicPrivate, RTTypesPrivate, RTTypesRemotePrivate,
RuntimeInternal, SafeStorage, WorldVM
EXPORTS AMMiniModelPrivate, AMModel, AMModelBridge, AMModelLocation,
AMModelPrivate, RTMiniModel
CONTROL
RTMiniModelImpl,
AMModelPrivateImpl,
AMModelLocationImpl,
AMModelContextImpl,
AMModelSectionImpl,
AMModelSourceImpl,
AMModelBridgeImpl
= BEGIN

RTMiniModelImpl;
AMModelPrivateImpl;
AMModelLocationImpl;
AMModelContextImpl;
AMModelSectionImpl;
AMModelSourceImpl;
AMModelBridgeImpl;
END.