-- AMModelPackage.config
-- Last Modified By Paul Rovner On December 21, 1982 3:21 pm

AMModelPackage: CONFIGURATION LINKS: CODE
IMPORTS AMBridge, AMTypes, Atom, BBContext, BcdOps, CedarLinkerOps,
Convert, ConvertUnsafe,
LongString, PilotLoadStateOps, PilotLoadStatePrivate, Rope, RTSymbolOps, 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.