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.