aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud.guezennec@ext.mpsa.com>2016-01-26 15:35:18 +0100
committerRenaud Guezennec <renaud.guezennec@ext.mpsa.com>2016-01-26 15:35:18 +0100
commit19bfac5d61c7e30a1e5bbe115d56908474546052 (patch)
tree861b2810c38bdfb28140c621a68aa3ddeb0a4564 /diceparser.h
parent821b47e5b13167bc89841762311296e1ed0bedba (diff)
downloadOneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.tar.gz
OneRoll-19bfac5d61c7e30a1e5bbe115d56908474546052.zip
Implementation of the if node. Work with one if.
Diffstat (limited to 'diceparser.h')
-rw-r--r--diceparser.h1
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:
/**