diff options
| author | 2014-02-01 10:47:34 +0100 | |
|---|---|---|
| committer | 2014-02-01 10:47:34 +0100 | |
| commit | f168858cbd62f92b7403338e53553fa8d9f240fa (patch) | |
| tree | 848c471f738d30de46c1f916b5a21eb855d47f2f | |
| parent | 380d64050605d3599d2ca053cf9d9401ca8448bd (diff) | |
| download | OneRoll-f168858cbd62f92b7403338e53553fa8d9f240fa.tar.gz OneRoll-f168858cbd62f92b7403338e53553fa8d9f240fa.zip | |
adding new dice operators
| -rw-r--r-- | diceparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diceparser.h b/diceparser.h index bcc4d81..ebf1f23 100644 --- a/diceparser.h +++ b/diceparser.h @@ -44,7 +44,7 @@ public: /** * @brief The OptionOperator enum gathering all options availables for result. */ - enum OptionOperator {KeepAndExplose,keep,Reroll,Explosing,Sort,Count}; + enum OptionOperator {KeepAndExplose,Keep,Reroll,Explosing,Sort,Count,RerollAndAdd}; /** * @brief DiceParser default constructor |