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.