diff options
Diffstat (limited to 'node/listsetrollnode.h')
| -rw-r--r-- | node/listsetrollnode.h | 10 |
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 |