1 #ifndef CONTINUEBACKWARDSCOMMAND_H 2 #define CONTINUEBACKWARDSCOMMAND_H 51 virtual bool Execute(
GXemul& gxemul,
const vector<string>& arguments);
60 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
64 #endif // CONTINUEBACKWARDSCOMMAND_H A Command which sets the RunState to BackwardsRunning.
virtual bool Execute(GXemul &gxemul, const vector< string > &arguments)
Executes the command on a given GXemul instance.
ContinueBackwardsCommand()
Constructs a ContinueBackwardsCommand.
virtual string GetShortDescription() const
Returns a short (one-line) description of the command.
static void RunUnitTests(int &nSucceeded, int &nFailures)
virtual string GetLongDescription() const
Returns a long description/help message for the command.
virtual ~ContinueBackwardsCommand()
A Command is a named function, executed by the CommandInterpreter.