-- Football.config -- Last Edited by: Maxwell, December 14, 1982 2:45 pm Football: CONFIGURATION LINKS: CODE IMPORTS Convert, FileIO, ConvertUnsafe, Graphics, Heap, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, RealFns, Rope, RPC, RPCLupine, SafeStorage, System, TIPUser, UnsafeStorage, UserExec, ViewerOps CONTROL Client, Server = BEGIN Client: CONFIGURATION LINKS: FRAME IMPORTS Convert, ConvertUnsafe, FileIO, FootballInternal, Graphics, Heap, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, Rope, RPC, RPCLupine, SafeStorage, TIPUser, UnsafeStorage, UserExec, ViewerOps CONTROL FootballViewer, FootballPlays = BEGIN FootballPlays; FootballViewer; FootballMasterRpcClientImpl; END; Server: CONFIGURATION LINKS: FRAME IMPORTS ConvertUnsafe, Heap, LupineRuntime, Process, RealFns, RPC, RPCLupine, SafeStorage, System, UnsafeStorage, UserExec EXPORTS FootballInternal CONTROL FootballControl = BEGIN FootballControl; FootballMasterRpcServerImpl; END; Client; Server; END.