MazeWar:
CONFIG
IMPORTS Atom, 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, 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, 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.