diff options
Diffstat (limited to 'node')
| -rw-r--r-- | node/listsetrollnode.cpp | 5 | ||||
| -rw-r--r-- | node/listsetrollnode.h | 10 |
2 files changed, 15 insertions, 0 deletions
diff --git a/node/listsetrollnode.cpp b/node/listsetrollnode.cpp new file mode 100644 index 0000000..e89e139 --- /dev/null +++ b/node/listsetrollnode.cpp @@ -0,0 +1,5 @@ +#include "listsetrollnode.h" + +ListSetRollNode::ListSetRollNode() +{ +} 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 |