[Ivy]<Spreitzer>Games>MazeWar.df=>MazeWarCommon.Config
Last Edited by: Spreitzer, August 17, 1985 4:40:23 pm PDT
MazeWarCommon: CONFIG
IMPORTS Atom, FS, Imager, ImagerBackdoor, ImagerColorOperator, ImagerPixelArray, ImagerPixelMap, ImagerTransformation, IO, LupineRuntime, MazeWarPlayerInsides, MessageWindow, RedBlackTree, Rope, RPCLupine, ViewerBlast
EXPORTS MazeWarPlayerInsides, MazeWarPlayerRpcControl, GenSym
CONTROL GenSymImpl, MazeWarPlayerRpcClientImpl, MazeWarPlayerRpcBinderImpl, MazeWarCommonStuffImpl =
BEGIN
GenSymImpl;
MazeWarPlayerRpcClientImpl;
MazeWarPlayerRpcBinderImpl;
MazeWarCommonStuffImpl;
END.