diff options
| author | 2015-03-06 00:25:25 +0100 | |
|---|---|---|
| committer | 2015-03-06 00:25:25 +0100 | |
| commit | 7d0c1d999344ea625670bf3d90d7c900cadb4854 (patch) | |
| tree | f48b806051e125bf984fbdf07d5a8a436c3b0452 | |
| parent | 606001e99593372d0a71c566a5efdefd48175305 (diff) | |
| download | OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.tar.gz OneRoll-7d0c1d999344ea625670bf3d90d7c900cadb4854.zip | |
Reorganize files.
Creation of subdir result.
| -rw-r--r-- | node/listsetrollnode.cpp | 5 | ||||
| -rw-r--r-- | node/listsetrollnode.h | 10 | ||||
| -rw-r--r-- | result/diceresult.cpp (renamed from diceresult.cpp) | 0 | ||||
| -rw-r--r-- | result/diceresult.h (renamed from diceresult.h) | 0 | ||||
| -rw-r--r-- | result/result.cpp (renamed from result.cpp) | 0 | ||||
| -rw-r--r-- | result/result.h (renamed from result.h) | 0 | ||||
| -rw-r--r-- | result/scalarresult.cpp (renamed from scalarresult.cpp) | 0 | ||||
| -rw-r--r-- | result/scalarresult.h (renamed from scalarresult.h) | 0 | ||||
| -rw-r--r-- | result/stringresult.cpp (renamed from stringresult.cpp) | 0 | ||||
| -rw-r--r-- | result/stringresult.h (renamed from stringresult.h) | 0 |
10 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 diff --git a/diceresult.cpp b/result/diceresult.cpp index 0cabb11..0cabb11 100644 --- a/diceresult.cpp +++ b/result/diceresult.cpp diff --git a/diceresult.h b/result/diceresult.h index 838a83d..838a83d 100644 --- a/diceresult.h +++ b/result/diceresult.h diff --git a/result.cpp b/result/result.cpp index 740bf85..740bf85 100644 --- a/result.cpp +++ b/result/result.cpp diff --git a/result.h b/result/result.h index dcd0b8d..dcd0b8d 100644 --- a/result.h +++ b/result/result.h diff --git a/scalarresult.cpp b/result/scalarresult.cpp index 8c924fe..8c924fe 100644 --- a/scalarresult.cpp +++ b/result/scalarresult.cpp diff --git a/scalarresult.h b/result/scalarresult.h index 35982be..35982be 100644 --- a/scalarresult.h +++ b/result/scalarresult.h diff --git a/stringresult.cpp b/result/stringresult.cpp index 4831a76..4831a76 100644 --- a/stringresult.cpp +++ b/result/stringresult.cpp diff --git a/stringresult.h b/result/stringresult.h index caa7e06..caa7e06 100644 --- a/stringresult.h +++ b/result/stringresult.h |