RobotWar.config
Copyright © 1985 by Xerox Corporation. All rights reserved.
Eric Nickell, July 11, 1985 2:28:53 pm PDT
RobotWar: CONFIGURATION
IMPORTS Atom, BasicTime, Buttons, Commander, Containers, Convert, FS, Imager, ImagerBackdoor, ImagerColor, ImagerPath, IO, Process, ProcessProps, Random, RealFns, Rope, TypeScript, ViewerOps, ViewerTools
EXPORTS ALL
CONTROL RobotArenaImpl, RobotEvaluatorImpl, RobotHardwareImpl, RobotInstructionImpl, RobotIOImpl, RobotOpCodesImpl, RobotScannerImpl, RobotTParserImpl, RobotAssembleCommand, RobotTool
= BEGIN
RobotArenaImpl;
RobotEvaluatorImpl;
RobotHardwareImpl;
RobotInstructionImpl;
RobotIOImpl;
RobotOpCodesImpl;
RobotScannerImpl;
RobotTParserImpl;
RobotAssembleCommand;
RobotTool;
END.