Football.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Maxwell, December 14, 1982 2:45 pm
Spreitzer, May 1, 1984 10:38:33 pm PDT
Russ Atkinson (RRA) August 14, 1985 6:58:13 pm PDT
Doug Terry, December 30, 1992 10:03 am PST
Swinehart, December 5, 1990 10:00 am PST
Football: CONFIGURATION
LINKS: CODE
IMPORTS Atom, Commander, CommanderOps, Convert, FootballInternal, FootballMaster, FS, Imager, ImagerBackdoor, ImagerColor, InputFocus, IO, Menus, MessageWindow, Process, Real, Rope, TIPUser, VFonts, ViewerOps, ViewerTools
CONTROL FootballPlays, FootballViewer =
BEGIN
FootballPlays;
FootballViewer;
END.
Football: CONFIGURATION
LINKS: CODE
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.