From 80f04d4312273d670f7494028c922f653dc32b62 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 7 Dec 2014 02:19:33 +0100 Subject: Add helpnode, stringresult and helpme file. --- node/helpnode.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 node/helpnode.h (limited to 'node/helpnode.h') diff --git a/node/helpnode.h b/node/helpnode.h new file mode 100644 index 0000000..89aba11 --- /dev/null +++ b/node/helpnode.h @@ -0,0 +1,10 @@ +#ifndef HELPNODE_H +#define HELPNODE_H + +class HelpNode : public ExecuteNode +{ +public: + HelpNode(); +}; + +#endif // HELPNODE_H -- cgit v1.2.3-70-g09d2