52 return "Discards (closes) the current emulation.";
58 return "Closes (discards) the current emulation.\n" 60 "See also: load (to load an existing emulation)\n";
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
virtual string GetLongDescription() const
Returns a long description/help message for the command.
CloseCommand()
Constructs an CloseCommand.
void ClearEmulation()
Discards the current emulation, and starts anew with just an empty root component.
A Command is a named function, executed by the CommandInterpreter.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.