aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/diceparser.h
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-01-30 17:52:00 +0100
committerRenaud G <renaud@rolisteam.org>2016-01-30 17:52:00 +0100
commit530c87f71366810549b718160bc59bda51f876b0 (patch)
tree5245554bdb3ea5289f448c270f273ac783c079b2 /diceparser.h
parentc11896701cdc28e6a363af9242c111164f14e074 (diff)
downloadOneRoll-530c87f71366810549b718160bc59bda51f876b0.tar.gz
OneRoll-530c87f71366810549b718160bc59bda51f876b0.zip
-rework arithmetic operator
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 a1fc8b8..e1a5ee5 100644
--- a/diceparser.h
+++ b/diceparser.h
@@ -312,6 +312,7 @@ private:
ParsingToolBox* m_parsingToolbox;
QString m_helpPath;
bool m_currentTreeHasSeparator;
+ bool readBlocInstruction(QString &str, ExecutionNode *&resultnode);
};
#endif // DICEPARSER_H