diff options
| author | 2016-01-26 15:35:18 +0100 | |
|---|---|---|
| committer | 2016-01-26 15:35:18 +0100 | |
| commit | 19bfac5d61c7e30a1e5bbe115d56908474546052 (patch) | |
| tree | 861b2810c38bdfb28140c621a68aa3ddeb0a4564 /diceparser.h | |
| parent | 821b47e5b13167bc89841762311296e1ed0bedba (diff) | |
| download | OneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.tar.gz OneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.zip | |
Implementation of the if node. Work with one if.
Diffstat (limited to 'diceparser.h')
| -rw-r--r-- | diceparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/diceparser.h b/diceparser.h index ae21ebc..a1fc8b8 100644 --- a/diceparser.h +++ b/diceparser.h @@ -204,6 +204,7 @@ public: QStringList getAllDiceResult(bool& hasAlias); bool hasSeparator()const; + bool readIfInstruction(QString &str, ExecutionNode* &trueNode, ExecutionNode* &falseNode); private: /** |