<> <> <> <> <> <> Football: CONFIGURATION <> IMPORTS Atom, BasicTime, Commander, Convert, FS, Imager, ImagerBackdoor, ImagerColor, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Random, Real, RealFns, Rope, RPC, RPCLupine, TIPUser, UserCredentials, VFonts, ViewerOps, ViewerTools EXPORTS FootballInternal, FootballMaster CONTROL Client, Server = BEGIN Client: CONFIGURATION LINKS: FRAME IMPORTS Atom, Commander, Convert, FS, FootballInternal, Imager, ImagerBackdoor, ImagerColor, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, Rope, RPC, RPCLupine, TIPUser, UserCredentials, VFonts, ViewerOps, ViewerTools EXPORTS FootballInternal, FootballMaster CONTROL FootballViewer, FootballPlays = BEGIN FootballPlays; FootballViewer; FootballMasterRpcClientImpl; END; Server: CONFIGURATION LINKS: FRAME IMPORTS Atom, BasicTime, LupineRuntime, Process, Random, RealFns, Rope, RPC, RPCLupine, UserCredentials EXPORTS FootballInternal CONTROL FootballControl = BEGIN FootballControl; FootballMasterRpcServerImpl; END; Client; Server; END. <> <> <<>>