Football.config
Last Edited by: Maxwell, December 14, 1982 2:45 pm
Last Edited by: Spreitzer, May 1, 1984 10:38:33 pm PDT
Football: CONFIGURATION
LINKS: CODE
IMPORTS Atom, BasicTime, Commander, Convert, FS, Graphics, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, RealFns, Rope, RPC, RPCLupine, TIPUser, UserCredentials, ViewerOps
CONTROL Client, Server =
BEGIN
Client: CONFIGURATION LINKS: FRAME
IMPORTS Atom, Commander, Convert, FS, FootballInternal, Graphics, InputFocus, IO, LupineRuntime, Menus, MessageWindow, Process, Real, Rope, RPC, RPCLupine, TIPUser, UserCredentials, ViewerOps
CONTROL FootballViewer, FootballPlays =
BEGIN
FootballPlays;
FootballViewer;
FootballMasterRpcClientImpl;
END;
Server: CONFIGURATION LINKS: FRAME
IMPORTS Atom, BasicTime, LupineRuntime, Process, RealFns, Rope, RPC, RPCLupine, UserCredentials
EXPORTS FootballInternal
CONTROL FootballControl =
BEGIN
FootballControl;
FootballMasterRpcServerImpl;
END;
Client;
Server;
END.