-- BandPackage.config
-- Last changed by Ken Pier,    December 3, 1982 10:44 am

BandPackage: CONFIGURATION LINKS: CODE
IMPORTS
  CGArea, CGMatrix, CGScreen, CGStorage,
  Real, RealFns, Inline, PriorityQueue, ConvertUnsafe,
  IO, FileIO, BitBlt, Transaction, UserTerminal,
  Runtime, Space, Storage, EFTPDefs, PupDefs, UnsafeStorage,
  Graphics, TJaMGraphics, GraphicsOps, GraphicsColor, GraphicsBasic
EXPORTS
  CGBandDevice, CGBandImage, CGBandStream, CGBrick, CGBrickBLT, CGFullSample,
  RandomCard, PressNetDefs
CONTROL
  CGBandDeviceImpl, CGBandImageImpl, CGBandStreamImpl, 
  CGBrickImpl, CGBrickBLTImpl, CGFullSampleImpl = {

CGBandDeviceImpl;
CGBandImageImpl;
CGBandStreamImpl;
CGBrickImpl;
CGBrickBLTImpl;
CGFullSampleImpl;
PressNetSender;
RandomCardImpl
}.