[Cedar]<CedarChest®>Top>MazeWar.df=>MazeWar.Config
Hal Murray, March 16, 1986 7:33:07 pm PST
Mike Spreitzer July 10, 1986 9:16:30 pm PDT
MazeWar: CONFIG
IMPORTS Atom, BasicTime, Commander, CommandTool, Containers, FS, GenSym, Icons, Imager, ImagerBackdoor, ImagerPixelMap, ImagerRaster, ImagerTerminal, InputFocus, IO, IOClasses, Labels, LupineRuntime, MazeWarPlayerInsides, MazeWarPlayerRpcControl, MessageWindow, Process, Random, Rope, RPC, RPCLupine, Terminal, ThisMachine, TIPUser, UserCredentials, UserProfile, ViewerLocks, ViewerOps
EXPORTS MazeWarPlayerRpcControl, ViewerBlast
CONTROL MazeWarPlayerImplAA, MazeWarPlayerImplAB =
BEGIN
MazeWarPlayerImplAA: CONFIG
IMPORTS Atom, BasicTime, CommandTool, GenSym, Icons, Imager, ImagerBackdoor, ImagerPixelMap, ImagerRaster, ImagerTerminal, InputFocus, IO, Labels, LupineRuntime, MazeWarPlayerInsides, MazeWarPlayerRpcControl, MessageWindow, Process, Random, Rope, RPC, RPCLupine, Terminal, ThisMachine, TIPUser, UserCredentials, UserProfile, ViewerLocks, ViewerOps
EXPORTS MazeWarFinderRpcControl, MazeWarPlayer, MazeWarPlayerInsides, ViewerBlast
CONTROL ViewerBlastImpl, MazeWarPlayerImpl3, MazeWarPlayerImpl1, MazeWarFinderRpcServerImpl =
BEGIN
ViewerBlastImpl;
MazeWarPlayerImpl3;
MazeWarPlayerImpl1;
MazeWarFinderRpcServerImpl;
END;
MazeWarPlayerImplAB: CONFIG
IMPORTS Atom, BasicTime, Commander, Containers, FS, Imager, ImagerBackdoor, ImagerPixelMap, IO, IOClasses, Labels, LupineRuntime, MazeWarPlayer, MazeWarFinderRpcControl, MazeWarPlayerInsides, MazeWarPlayerRpcControl, MessageWindow, Process, Random, Rope, RPC, RPCLupine, ThisMachine, UserCredentials, ViewerBlast, ViewerOps
EXPORTS MazeWarPlayerInsides, MazeWarPlayerRpcControl
CONTROL MazeWarPlayerRpcServerImpl, MazeWarFinderRpcClientImpl, --MazeWarFinderRpcBinderImpl,-- MazeWarPlayerImpl2 =
BEGIN
MazeWarPlayerRpcServerImpl;
MazeWarFinderRpcClientImpl;
MazeWarFinderRpcBinderImpl;
MazeWarPlayerImpl2;
END;
MazeWarPlayerImplAA;
MazeWarPlayerImplAB;
END.