<<[Cedar]Top>MazeWar.df=>MazeWar.Config>> <> <> 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; <> MazeWarPlayerImpl2; END; MazeWarPlayerImplAA; MazeWarPlayerImplAB; END.