diff options
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: /** |