diff options
| author | 2015-03-06 00:25:25 +0100 | |
|---|---|---|
| committer | 2015-03-06 00:25:25 +0100 | |
| commit | 7d0c1d999344ea625670bf3d90d7c900cadb4854 (patch) | |
| tree | f48b806051e125bf984fbdf07d5a8a436c3b0452 /node/listsetrollnode.h | |
| parent | 606001e99593372d0a71c566a5efdefd48175305 (diff) | |
| download | OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.tar.gz OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.zip | |
Reorganize files.
Creation of subdir result.
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 |