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.