aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/stringnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-01 12:10:10 +0100
committerRenaud G <renaud@rolisteam.org>2016-11-01 12:10:10 +0100
commitd29b6d34b713d9241eb96cb99802ca8bc24cc3bd (patch)
tree736b17ff5d32bfd56b9a1667afcb5a3a9aa9b7a5 /node/stringnode.h
parent852259b33141281693efa8ccfec4d62affdaab82 (diff)
downloadOneRoll-d29b6d34b713d9241eb96cb99802ca8bc24cc3bd.tar.gz
OneRoll-d29b6d34b713d9241eb96cb99802ca8bc24cc3bd.zip
add String Node
Diffstat (limited to 'node/stringnode.h')
-rw-r--r--node/stringnode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/node/stringnode.h b/node/stringnode.h
new file mode 100644
index 0000000..6f01fe8
--- /dev/null
+++ b/node/stringnode.h
@@ -0,0 +1,11 @@
+#ifndef STRINGNODE_H
+#define STRINGNODE_H
+
+
+class StringNode
+{
+public:
+ StringNode();
+};
+
+#endif // STRINGNODE_H \ No newline at end of file