[Ivy]<Spreitzer>Games>MazeWar.df=>MazeWarCommon.Config
Last Edited by: Spreitzer, June 30, 1984 4:53:37 pm PDT
MazeWarCommon: CONFIG
IMPORTS Atom, IO, LupineRuntime, Rope, RPCLupine, SafeStorage, ViewerOps, ViewerTools
EXPORTS MazeWarPlayerRpcControl, GenSym
CONTROL GenSymImpl, MazeWarPlayerRpcClientImpl, MazeWarPlayerRpcBinderImpl, MazeWarCommonStuffImpl =
BEGIN
GenSymImpl;
MazeWarPlayerRpcClientImpl;
MazeWarPlayerRpcBinderImpl;
MazeWarCommonStuffImpl;
END.