-- BandsClientPackage.config
-- Last changed by Ken Pier, October 7, 1982 4:39 pm
-- Last changed by Eric Bier, October 11, 1982 12:43 pm
BandsClientPackage: CONFIGURATION LINKS: CODE
IMPORTS
CIFS, CGArea, CGMatrix, CGScreen, CGStorage,
Real, RealFns, Inline, MessageWindow, PriorityQueue, ConvertUnsafe,
IO, FileIO, Time,
Runtime, Storage, PressNetDefs, EFTPDefs, PupDefs, UnsafeStorage,
Graphics, GraphicsColor, GraphicsOps, GraphicsBasic
EXPORTS
BandsClient
CONTROL
CGBandDeviceImpl, CGBandStreamImpl, CGBrickImpl,
CGFullSampleImpl, CopyBandsImpl, BandsClientImpl = {
BandsClientImpl;
CGBandDeviceImpl;
CGBandStreamImpl;
CGBrickImpl;
CGFullSampleImpl;
CopyBandsImpl;
PressNetSender;
RandomCardImpl;
}.
Log
Bier on October 11, 1982 12:44 pm: Added MessageWindow and Time.