aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/helpnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'node/helpnode.h')
-rw-r--r--node/helpnode.h10
1 files changed, 10 insertions, 0 deletions
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