aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2014-12-07 02:19:33 +0100
committerRenaud G <renaud@rolisteam.org>2014-12-07 02:19:33 +0100
commit80f04d4312273d670f7494028c922f653dc32b62 (patch)
tree6f745d90cdb893596fb03275fe49f98ebf1b0984 /node
parent56a2d6451f364f93abc27640124fbfd7011b3fec (diff)
downloadOneRoll-80f04d4312273d670f7494028c922f653dc32b62.tar.gz
OneRoll-80f04d4312273d670f7494028c922f653dc32b62.zip
Add helpnode, stringresult and helpme file.
Diffstat (limited to 'node')
-rw-r--r--node/helpnode.cpp5
-rw-r--r--node/helpnode.h10
2 files changed, 15 insertions, 0 deletions
diff --git a/node/helpnode.cpp b/node/helpnode.cpp
new file mode 100644
index 0000000..77da788
--- /dev/null
+++ b/node/helpnode.cpp
@@ -0,0 +1,5 @@
+#include "helpnode.h"
+
+HelpNode::HelpNode()
+{
+}
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