diff options
| author | 2016-01-26 15:35:18 +0100 | |
|---|---|---|
| committer | 2016-01-26 15:35:18 +0100 | |
| commit | 19bfac5d61c7e30a1e5bbe115d56908474546052 (patch) | |
| tree | 861b2810c38bdfb28140c621a68aa3ddeb0a4564 /node/ifnode.h | |
| parent | 821b47e5b13167bc89841762311296e1ed0bedba (diff) | |
| download | OneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.tar.gz OneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.zip | |
Implementation of the if node. Work with one if.
Diffstat (limited to 'node/ifnode.h')
| -rw-r--r-- | node/ifnode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/node/ifnode.h b/node/ifnode.h index ec962a2..56b23fa 100644 --- a/node/ifnode.h +++ b/node/ifnode.h @@ -41,6 +41,9 @@ public: virtual qint64 getPriority() const; protected: + ExecutionNode *getLeafNode(ExecutionNode *node); + +protected: DiceResult* m_diceResult; Validator* m_validator; |