aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/node/filternode.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-03 17:31:39 +0100
committerRenaud G <renaud@rolisteam.org>2016-11-03 17:31:39 +0100
commit120add8ca2f3a7e075b415a611bcd09034bd6200 (patch)
treee161d38920bc61b3dfae2ddeacd6f59786759c67 /node/filternode.h
parentc3f5e98149b6ea6203887f6660ceae2bda0badd2 (diff)
downloadOneRoll-120add8ca2f3a7e075b415a611bcd09034bd6200.tar.gz
OneRoll-120add8ca2f3a7e075b415a611bcd09034bd6200.zip
-Add new operator node
Diffstat (limited to 'node/filternode.h')
-rw-r--r--node/filternode.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/node/filternode.h b/node/filternode.h
new file mode 100644
index 0000000..b87dff7
--- /dev/null
+++ b/node/filternode.h
@@ -0,0 +1,11 @@
+#ifndef FILTERNODE_H
+#define FILTERNODE_H
+
+
+class FilterNode
+{
+public:
+ FilterNode();
+};
+
+#endif // FILTERNODE_H \ No newline at end of file