aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/listsetrollnode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2015-03-06 00:25:25 +0100
committerRenaud G <renaud@rolisteam.org>2015-03-06 00:25:25 +0100
commit7d0c1d999344ea625670bf3d90d7c900cadb4854 (patch)
treef48b806051e125bf984fbdf07d5a8a436c3b0452 /node/listsetrollnode.h
parent606001e99593372d0a71c566a5efdefd48175305 (diff)
downloadOneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.tar.gz
OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.zip
Reorganize files.
Creation of subdir result.
Diffstat (limited to 'node/listsetrollnode.h')
-rw-r--r--node/listsetrollnode.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/node/listsetrollnode.h b/node/listsetrollnode.h
new file mode 100644
index 0000000..006557b
--- /dev/null
+++ b/node/listsetrollnode.h
@@ -0,0 +1,10 @@
+#ifndef LISTSETROLLNODE_H
+#define LISTSETROLLNODE_H
+
+class ListSetRollNode : public ExecutionNode
+{
+public:
+ ListSetRollNode();
+};
+
+#endif // LISTSETROLLNODE_H