From dd557b5a21d64cd49b1179ac891ffb2c63dee6d8 Mon Sep 17 00:00:00 2001 From: Leon Lindenfelser Date: Fri, 13 Nov 2015 08:14:28 -0600 Subject: Added CommandTerminal with unneccessary commands removed --- CommandTerminal/CmdFactoryDefault.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CommandTerminal/CmdFactoryDefault.h (limited to 'CommandTerminal/CmdFactoryDefault.h') diff --git a/CommandTerminal/CmdFactoryDefault.h b/CommandTerminal/CmdFactoryDefault.h new file mode 100644 index 0000000..8957ae3 --- /dev/null +++ b/CommandTerminal/CmdFactoryDefault.h @@ -0,0 +1,16 @@ +#ifndef __CmdFactoryDefault_H__ +#define __CmdFactoryDefault_H__ + +#include "Command.h" + +class CmdFactoryDefault : public Command { + +public: + + CmdFactoryDefault(mDot* dot); + virtual uint32_t action(std::vector args); + +private: +}; + +#endif // __CmdFactoryDefault_H__ -- cgit v1.2.3